=================================================================== RCS file: /cvs/mandoc/Attic/man.3,v retrieving revision 1.25 retrieving revision 1.27 diff -u -p -r1.25 -r1.27 --- mandoc/Attic/man.3 2010/10/10 09:47:05 1.25 +++ mandoc/Attic/man.3 2010/12/17 11:41:45 1.27 @@ -1,4 +1,4 @@ -.\" $Id: man.3,v 1.25 2010/10/10 09:47:05 kristaps Exp $ +.\" $Id: man.3,v 1.27 2010/12/17 11:41:45 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: October 10 2010 $ +.Dd $Mdocdate: December 17 2010 $ .Dt MAN 3 .Os .Sh NAME @@ -81,28 +81,12 @@ Beyond the full set of macros defined in .Xr man 7 , the .Nm -library also accepts the following macros: +library also accepts the following macro: .Pp .Bl -tag -width Ds -compact .It PD -Has no effect. Handled as a current-scope line macro. -.It Sp -A synonym for -.Sq sp 0.5v -.Pq part of the standard preamble for Perl documentation . -Handled as a line macro. -.It Vb -A synonym for -.Sq nf -.Pq part of the standard preamble for Perl documentation . +Has no effect. Handled as a current-scope line macro. -.It Ve -A synonym for -.Sq fi , -closing -.Sq Vb -.Pq part of the standard preamble for Perl documentation . -Handled as a current-scope line macro. .El .Ss Types .Bl -ohang @@ -270,7 +254,7 @@ man_free(man); .Pp To compile this, execute .Pp -.D1 % cc main.c libman.a libmandoc.a +.Dl % cc main.c libman.a libmandoc.a .Pp where .Pa main.c