diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /share/man/man7/mdoc.samples.7 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'share/man/man7/mdoc.samples.7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 9242dc0f237..26112d4fac2 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.9 1999/03/11 01:35:05 pjanzen Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.10 1999/05/16 19:57:38 alex Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2767,9 +2767,9 @@ manual macro package template for writing a man page .El .Sh SEE ALSO -.Xr mdoc 7 , .Xr man 1 , -.Xr troff 1 +.Xr troff 1 , +.Xr mdoc 7 .Sh BUGS Undesirable hyphenation on the dash of a flag argument is not yet resolved, and causes |