diff options
author | uqs <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
commit | 39606146460f1abd5af915ac63451f5a5704ae58 (patch) | |
tree | 2671e136a6b1e08e763e43a9271f94a2d3833f89 /usr.bin/c99/c99.1 | |
parent | f2ba39f027fa7c4240e3d3e8ec8ac42393d727f8 (diff) | |
download | FreeBSD-src-39606146460f1abd5af915ac63451f5a5704ae58.zip FreeBSD-src-39606146460f1abd5af915ac63451f5a5704ae58.tar.gz |
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
Diffstat (limited to 'usr.bin/c99/c99.1')
-rw-r--r-- | usr.bin/c99/c99.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index c56e585..e5207e5 100644 --- a/usr.bin/c99/c99.1 +++ b/usr.bin/c99/c99.1 @@ -27,8 +27,8 @@ .\" $FreeBSD$ .\" .Dd October 7, 2002 -.Os .Dt C99 1 +.Os .Sh NAME .Nm c99 .Nd standard C language compiler |