=================================================================== RCS file: /cvs/mandoc/man.7,v retrieving revision 1.88 retrieving revision 1.91 diff -u -p -r1.88 -r1.91 --- mandoc/man.7 2010/09/04 17:22:41 1.88 +++ mandoc/man.7 2010/12/06 15:31:19 1.91 @@ -1,4 +1,4 @@ -.\" $Id: man.7,v 1.88 2010/09/04 17:22:41 kristaps Exp $ +.\" $Id: man.7,v 1.91 2010/12/06 15:31:19 kristaps Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 4 2010 $ +.Dd $Mdocdate: December 6 2010 $ .Dt MAN 7 .Os .Sh NAME @@ -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. @@ -413,7 +414,6 @@ The syntax is as follows: .It Sx \&I Ta n Ta next-line Ta \& .It Sx \&IB Ta n Ta current Ta \& .It Sx \&IR Ta n Ta current Ta \& -.\" .It Sx \&PD Ta n Ta current Ta compat .It Sx \&R Ta n Ta next-line Ta \& .It Sx \&RB Ta n Ta current Ta \& .It Sx \&RI Ta n Ta current Ta \& @@ -423,15 +423,13 @@ The syntax is as follows: .It Sx \&UC Ta <=1 Ta current Ta \& .It Sx \&br Ta 0 Ta current Ta compat .It Sx \&fi Ta 0 Ta current Ta compat +.It Sx \&ft Ta 1 Ta current Ta compat .It Sx \&i Ta n Ta current Ta compat .It Sx \&in Ta 1 Ta current Ta compat .It Sx \&na Ta 0 Ta current Ta compat .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&r Ta 0 Ta current Ta compat .It Sx \&sp Ta 1 Ta current Ta compat -.\" .It Sx \&Sp Ta <1 Ta current Ta compat -.\" .It Sx \&Vb Ta <1 Ta current Ta compat -.\" .It Sx \&Ve Ta 0 Ta current Ta compat .El .Pp Macros marked as @@ -820,12 +818,6 @@ See also .Sx \&P , and .Sx \&PP . -.\" . -.\" . -.\" .Ss \&PD -.\" Has no effect. Included for compatibility. -.\" . -.\" . .Ss \&UC Sets the volume for the footer for compatibility with man pages from BSD releases. @@ -839,6 +831,11 @@ See also .Ss \&fi End literal mode begun by .Sx \&nf . +.Ss \&ft +Change the current font mode. +See +.Sx Text Decoration +for a listing of available font modes. .Ss \&i Italicise arguments. Synonym for @@ -896,21 +893,6 @@ Defaults to 1, if unspecified. .Pp See also .Sx \&br . -.\" .Ss \&Sp -.\" A synonym for -.\" .Sx \&sp -.\" .Cm 0.5v . -.\" . -.\" .Ss \&Vb -.\" A synonym for -.\" .Sx \&nf . -.\" Accepts an argument (the height of the formatted space) which is -.\" disregarded. -.\" . -.\" .Ss \&Ve -.\" A synonym for -.\" .Sx \&fi . -.\" . .Sh COMPATIBILITY This section documents areas of questionable portability between implementations of the @@ -961,8 +943,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