Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell | |
not "Month, ##, ####" | |||
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell | |
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1997-11-13 | Xr correctly | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
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 | |||
1997-04-10 | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
add & fix a bunch of system call pages | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |