Age | Commit message (Collapse) | Author |
|
completely wrong and has apparently caused people to believe that
cgetclose() frees memory allocated by cgetent() which is *not* the
case.
|
|
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
|
|
Needed for cap_mkdb to really DRT when given several input files or
an output file with a different name from the input file.
cvs: ----------------------------------------------------------------------
|
|
|
|
|
|
appropriate mdoc macros to handle these cases.
|
|
least, this is the impression I get from looking at a lot of Perl docs.
|
|
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
not "Month, ##, ####"
|
|
|
|
- only use the .Dv NULL form when referring explicitly to a function
argument or return value
- otherwise, use these forms:
o non-null
o null-terminated (hyphenated form for predicate adjective)
o else, null terminated, or null terminate, whichever the case
o null pointer, null byte, null string, etc.
- may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro
In general, capitalizing the word "null" everywhere is unnecessary and makes
the man pages harder to read. The above is consistent with popular programming
texts (i.e., K&R, Stevens).
|
|
pjanzen@
|
|
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when
referring to an ASCII NUL
|
|
|
|
|
|
|
|
|
|
really change the API since those parameters that was been constified
really are not modified by getcap(3) routines.
|
|
|
|
|
|
grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done
|
|
Make sure everything uses {SYS,}LIBC_SCCS properly
|
|
|