From 01d35e790dc8582cde8876ab1ef1aac18d909d4c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 26 Sep 2010 19:46:48 +0000 Subject: sync to OpenBSD: note that IMPLEMENTATION NOTES is not used in OpenBSD add missing comma in "sections 1, 6, & 8 only" below EXIT STATUS below SEE ALSO, add an .Xr to man(1), and from man(7) to mdoc(7) --- man.7 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man.7') diff --git a/man.7 b/man.7 index 2edc0cbb..01b2d27a 100644 --- a/man.7 +++ b/man.7 @@ -227,13 +227,14 @@ Documents are generally structured as follows: \&.SH DESCRIPTION The \efBfoo\efR utility processes files... \&.\e\*q .SH IMPLEMENTATION NOTES +\&.\e\*q Not used in OpenBSD. \&.\e\*q .SH RETURN VALUES \&.\e\*q For sections 2, 3, & 9 only. \&.\e\*q .SH ENVIRONMENT \&.\e\*q For sections 1, 6, 7, & 8 only. \&.\e\*q .SH FILES \&.\e\*q .SH EXIT STATUS -\&.\e\*q For sections 1, 6 & 8 only. +\&.\e\*q For sections 1, 6, & 8 only. \&.\e\*q .SH EXAMPLES \&.\e\*q .SH DIAGNOSTICS \&.\e\*q For sections 1, 4, 6, 7, & 8 only. @@ -961,8 +962,10 @@ macro does not accept negative values in mandoc. In GNU troff, this would result in strange behaviour. .El .Sh SEE ALSO +.Xr man 1 , .Xr mandoc 1 , -.Xr mandoc_char 7 +.Xr mandoc_char 7 , +.Xr mdoc 7 .Sh HISTORY The .Nm -- cgit