Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 20:16:10 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307687 - head/share/man/man7
Message-ID:  <201610202016.u9KKGAbE075157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Oct 20 20:16:10 2016
New Revision: 307687
URL: https://svnweb.freebsd.org/changeset/base/307687

Log:
  arch.7: correct typo in predefined macro example
  
  The example incorrectly used -Dm, which defines macro m with value 1.
  It is supposed to be -dM, which lists macros.

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Thu Oct 20 20:12:34 2016	(r307686)
+++ head/share/man/man7/arch.7	Thu Oct 20 20:16:10 2016	(r307687)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 19, 2016
+.Dd October 20, 2016
 .Dt ARCH 7
 .Os
 .Sh NAME
@@ -130,7 +130,7 @@ included here.
 .Pp
 The full set of predefined macros can be obtained with this command:
 .Bd -literal -offset indent
-cc -x c -Dm -E /dev/null
+cc -x c -dM -E /dev/null
 .Ed
 .Pp
 Common type size and endianness macros:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610202016.u9KKGAbE075157>