=================================================================== RCS file: /cvs/texi2mdoc/texi2mdoc.1,v retrieving revision 1.11 retrieving revision 1.16 diff -u -p -r1.11 -r1.16 --- texi2mdoc/texi2mdoc.1 2015/02/25 10:01:54 1.11 +++ texi2mdoc/texi2mdoc.1 2018/11/13 08:45:29 1.16 @@ -1,4 +1,4 @@ -.\" $Id: texi2mdoc.1,v 1.11 2015/02/25 10:01:54 kristaps Exp $ +.\" $Id: texi2mdoc.1,v 1.16 2018/11/13 08:45:29 schwarze Exp $ .\" .\" Copyright (c) 2015 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: February 25 2015 $ +.Dd $Mdocdate: November 13 2018 $ .Dt TEXI2MDOC 1 .Os .Sh NAME @@ -22,6 +22,8 @@ .Nd convert texinfo documents to mdoc .Sh SYNOPSIS .Nm texi2mdoc +.Op Fl C Ar dir +.Op Fl d Ar date .Op Fl I Ar dirs .Op Ar file .Sh DESCRIPTION @@ -39,6 +41,24 @@ By default, reads from standard input. Its arguments are as follows: .Bl -tag -width Ds +.It Fl C Ar prefix +Instead of producing a single document, break apart the input into +node-level documents placed within +.Ar dir , +which must exist. +These are created as +.Pa prefix-NNN.7 . +.It Fl d Ar date +Set the output document date in the +.Ic \&Dd +macro to +.Ar date , +to be specified in the format +.Dq Ar Month Day , Year . +If unspecified, +.Nm +uses the file modification date +or the current date when reading from standard input. .It Fl I Ar dirs Colon-separated directories to search for .Li @include @@ -108,13 +128,7 @@ The comma in Texinfo macro arguments may at times be e This is .Em not supported. -.Sh BUGS -Macros in -.Nm -are assumed to be self-contained (with matching block and respective -.Li @end -pairs). -In Texinfo, they aren't: they're considered as if typed in place. +.\" .Sh BUGS .Sh SECURITY CONSIDERATIONS As a security precaution, .Nm