svn commit: r307687 - head/share/man/man7
Ed Maste
emaste at FreeBSD.org
Thu Oct 20 20:16:11 UTC 2016
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:
More information about the svn-src-all
mailing list