[BACK]Return to mandoc.3 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.3 between version 1.45 and 1.46

version 1.45, 2025/02/25 16:17:09 version 1.46, 2025/02/25 17:03:54
Line 143  or invoke
Line 143  or invoke
 .Fn mparse_reset  .Fn mparse_reset
 and go back to step 2 to parse new files.  and go back to step 2 to parse new files.
 .El  .El
   .Pp
   The design goals of the
   .Nm mandoc
   library are limited to providing the functionality required by the
   .Xr mandoc 1
   program.
   Consequently, the functions documented in the present manual page
   do not aim for API stability.
   Any third-party program using them typically requires adjustments after every
   .Nm mandoc
   release.
   Linking such a program requires
   .Fl lz
   because
   .Fn mparse_readfd
   calls
   .Xr gzdopen 3 ,
   .Xr gzread 3 ,
   .Xr gzerror 3 ,
   and
   .Xr gzclose 3 .
   For
   .Xr mandoc 1
   itself, the
   .Pa ./configure
   script automatically adds
   .Fl lz
   to the
   .Ev LDADD
   .Xr make 1
   variable.
 .Sh REFERENCE  .Sh REFERENCE
 This section documents the functions, types, and variables available  This section documents the functions, types, and variables available
 via  via

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb