=================================================================== RCS file: /cvs/mandoc/Attic/mdoc.3,v retrieving revision 1.46 retrieving revision 1.48 diff -u -p -r1.46 -r1.48 --- mandoc/Attic/mdoc.3 2010/07/01 09:33:39 1.46 +++ mandoc/Attic/mdoc.3 2010/07/07 15:04:54 1.48 @@ -1,6 +1,7 @@ -.\" $Id: mdoc.3,v 1.46 2010/07/01 09:33:39 kristaps Exp $ +.\" $Id: mdoc.3,v 1.48 2010/07/07 15:04:54 kristaps Exp $ .\" -.\" Copyright (c) 2009-2010 Kristaps Dzonsons +.\" Copyright (c) 2009, 2010 Kristaps Dzonsons +.\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +15,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: July 1 2010 $ +.Dd $Mdocdate: July 7 2010 $ .Dt MDOC 3 .Os .Sh NAME @@ -29,7 +30,6 @@ .Nd mdoc macro compiler library .Sh SYNOPSIS .In mandoc.h -.In regs.h .In mdoc.h .Vt extern const char * const * mdoc_macronames; .Vt extern const char * const * mdoc_argnames;