Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/gen



Module Name:    src
Committed By:   uwe
Date:           Tue Oct 29 00:18:55 UTC 2024

Modified Files:
        src/lib/libc/gen: fts.3

Log Message:
fts(3): Don't use top-level .Sh sections for functions

The list of possible .Sh sections in a man page is kinda limited
(think DTD, or schema).  As a minimal fix use .Ss sub-sections for
now.  It might be better to use tagged list with .Fn items that repeat
the arglist so that when you read the descriptions of the arguments
you actually see them, but that requires more intrusive editing.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/fts.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index