diff options
author | mpp <mpp@FreeBSD.org> | 1999-12-08 22:15:09 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-12-08 22:15:09 +0000 |
commit | 417fa30de618234ab56569f76161137a2931e717 (patch) | |
tree | 8cf9cf1d078d78c8daae308ec5e2f165d7d30361 /share/examples/mdoc/example.4 | |
parent | ef74d85fe0f8cf85be2d016f121c79e90ffcafa8 (diff) | |
download | FreeBSD-src-417fa30de618234ab56569f76161137a2931e717.zip FreeBSD-src-417fa30de618234ab56569f76161137a2931e717.tar.gz |
Make share/examples/mdoc and share/misc/mdoc.template internally
consistent, and consistent with mdoc(7) and mdoc.samples(7).
PR: doc/15352, doc/15353
Diffstat (limited to 'share/examples/mdoc/example.4')
-rw-r--r-- | share/examples/mdoc/example.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index e320863..45be914 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -29,7 +29,7 @@ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. -.Dd January 8, 1997 +.Dd December 8, 1999 .Dt EXAMPLE 4 i386 .\" Note: Only specify the operating system when the command .\" is FreeBSD specific, otherwise use the .Os macro with no @@ -64,11 +64,6 @@ Example of a file in the .Sx FILES section. .El -.Sh SEE ALSO -.Xr example 1 , -.Xr example 3 , -.Xr mdoc 7 , -.Xr mdoc.samples 7 .Sh DIAGNOSTICS .Bl -diag .It example%d: example diagnostic message. @@ -76,6 +71,11 @@ An example of a diagnostic message. .It example%d: another example diagnostic message. Self explanatory. .El +.Sh SEE ALSO +.Xr example 1 , +.Xr example 3 , +.Xr mdoc 7 , +.Xr mdoc.samples 7 .Sh HISTORY The .Nm |