From owner-freebsd-current@freebsd.org Fri Apr 6 02:37:54 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EBFFF983AA for ; Fri, 6 Apr 2018 02:37:54 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f44.google.com (mail-it0-f44.google.com [209.85.214.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7537EFEF for ; Fri, 6 Apr 2018 02:37:53 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f44.google.com with SMTP id 71-v6so6870200ith.2 for ; Thu, 05 Apr 2018 19:37:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=wc/EaW0h4tsny9CFBt/8KTi6zxfiBG8v92D8Qp2FzDw=; b=sfJHumBz/QrLH98amzNchVwRxzmQMDKBCCHrDJ6NuKaxmCnUEaYD8Ec0lPI+WB/qfC Dwb4HHlp7EEGGvIFNplE8F1TedFv4vN/AJxt4hYOlDl7DJx2qAnUb8oSVm+ue3/XVlaE 3YTjyr6BM0UJa+l87UJvrdqZTPJWGuazR0qzjp51ZjmcvdeKvjSozms0Is0azfitL4Aw 0eUTCFuxQlV0v87s9mHbvUz4SNOVYW1ldhyF9kFJgW0qlsqgemtWzEGS6GP5wrbHQtTJ Jccf5GZnuQUa6SACwA/rg0VjXeVdtZH6S3Y2gfgEFY/iysdW+t5q2/m7ttM0q4DwYQqz HG/Q== X-Gm-Message-State: ALQs6tCKyE6/FGqZb3JyxdsAfOyoYDzDibiRBQZb9mEy8OlGpS1e+whJ 0If3Fz32sp7KRl+RDv9Wi73Zh+8m X-Google-Smtp-Source: AIpwx4/WjsSQHfHvWwkePGU8W3tqhZyt7QtFJhs3MMN7Jr+K+zFN2Q4Tbzidi+wg0YqJYWg7xNpjkA== X-Received: by 2002:a24:7088:: with SMTP id f130-v6mr15986729itc.39.1522976509042; Thu, 05 Apr 2018 18:01:49 -0700 (PDT) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com. [209.85.223.176]) by smtp.gmail.com with ESMTPSA id k4-v6sm4961652ith.4.2018.04.05.18.01.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Apr 2018 18:01:48 -0700 (PDT) Received: by mail-io0-f176.google.com with SMTP id v13so32763566iob.6 for ; Thu, 05 Apr 2018 18:01:48 -0700 (PDT) X-Received: by 10.107.164.17 with SMTP id n17mr22379140ioe.173.1522976508488; Thu, 05 Apr 2018 18:01:48 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.62.19 with HTTP; Thu, 5 Apr 2018 18:01:48 -0700 (PDT) In-Reply-To: <20180406005624.GB43998@troutmask.apl.washington.edu> References: <20180405223852.GA43120@troutmask.apl.washington.edu> <20180406001514.GA43793@troutmask.apl.washington.edu> <20180406005624.GB43998@troutmask.apl.washington.edu> From: Conrad Meyer Date: Thu, 5 Apr 2018 18:01:48 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: clang manual page? To: sgk@troutmask.apl.washington.edu Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 02:37:54 -0000 I think we're on the same page about the deficiency of system Clang's manual page, if little else... On Thu, Apr 5, 2018 at 5:56 PM, Steve Kargl wrote: > I never said that you said it was in base. I'm noting that > referring a user to a non-existent manual page is of little > help. In fact, your 7 word response is an affirmation that > the tools supplied in base should be properly documented. > > -- > steve > > > > On Thu, Apr 05, 2018 at 05:42:58PM -0700, Conrad Meyer wrote: >> I never said it was in base. >> >> On Thu, Apr 5, 2018 at 5:15 PM, Steve Kargl >> wrote: >> > This assumes that a gcc(1) is available on the system. >> > >> > % man gcc >> > No manual entry for gcc >> > >> > If the system compiler is clang/clang++, then it ought to be >> > documented better than it currently is. Ian's suggests for >> > 'clang --help' is even worse >> > >> > % clang --help | grep -- -std >> > -cl-std= OpenCL language standard to compile for. >> > -std= Language standard to compile for >> > -stdlib= C++ standard library to use >> > >> > Does == ? >> > >> > -- >> > steve >> > >> > On Thu, Apr 05, 2018 at 04:37:38PM -0700, Conrad Meyer wrote: >> >> To a first order approximation, the manual page for clang is gcc(1). >> >> >> >> Conrad >> >> >> >> On Thu, Apr 5, 2018 at 3:38 PM, Steve Kargl >> >> wrote: >> >> > Is anyone working on fixing the clang manual to actually >> >> > document the available options? >> >> > >> >> > % man clang >> >> > (search for -std=) >> >> > -std= >> >> > Specify the language standard to compile for. >> >> > >> >> > OK, what does mean? >> >> > >> >> > -- >> >> > Steve >> >> > _______________________________________________ >> >> > freebsd-current@freebsd.org mailing list >> >> > https://lists.freebsd.org/mailman/listinfo/freebsd-current >> >> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> > >> > -- >> > Steve >> > 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 >> > 20161221 https://www.youtube.com/watch?v=IbCHE-hONow > > -- > Steve > 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 > 20161221 https://www.youtube.com/watch?v=IbCHE-hONow