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 /lib/libcompat | |
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 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/cftime.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 116f5de..dd21e78 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -35,8 +35,8 @@ .\" $FreeBSD$ .\" .Dd June 15, 1993 -.Os .Dt CFTIME 3 +.Os .Sh NAME .Nm cftime , .Nm ascftime diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 72811d5..addd616 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -32,8 +32,8 @@ .\" $FreeBSD$ .\" .Dd April 10, 1995 -.Os .Dt CUSERID 3 +.Os .Sh NAME .Nm cuserid .Nd get user name associated with effective UID |