Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | correct oob handling for STAT command; ian@plutotech.com | Theo de Raadt | |
1999-09-20 | Don't install whatis.db as root:bin when uid != 0. phil@psidev.net | Alex Feldman | |
1999-09-19 | When invoked without arguments, extract manpaths from /etc/man.conf. | Alex Feldman | |
Allow multiple paths to be specified on the command line. millert@ ok | |||
1999-09-07 | typos (appeared -> appeared in) | Aaron Campbell | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-06 | Wall | Theo de Raadt | |
1999-08-02 | typo | Paul Janzen | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-21 | bad umask is an error, syslog; pointed out by form@ | Theo de Raadt | |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt | |
1999-07-20 | do not proceed if incorrect args are found; found by form | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-07-04 | constrain token character set; worked out with hugh@openbsd.org | Theo de Raadt | |
1999-07-03 | use getnameinfo() | Theo de Raadt | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-23 | use sockaddr_storage | Theo de Raadt | |
1999-06-23 | solve a file creation race | Theo de Raadt | |
1999-06-16 | Missed i386 -> __i386__ | Marc Espie | |
1999-06-14 | ls(1) is now builtin to ftpd(8). Noted by jean@parc.xerox.com; closes PR 858 | Todd C. Miller | |
1999-06-11 | fix description of -o option; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-06 | oops | Theo de Raadt | |
1999-06-06 | use dot_quad_addr_new() as required | Theo de Raadt | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-28 | SYNOPSIS section was missing the -A flag | Aaron Campbell | |
1999-05-25 | for getopt, check rval != -1, not > 0 | Todd C. Miller | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
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. | |||
1999-05-15 | repair | Aaron Campbell | |
1999-04-29 | Work around the blocking read() that causes so many hung ftpd processes. | Jason Downs | |
This has been extensively tested. | |||
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-02-26 | implement internal ls | Artur Grabowski | |
1999-02-24 | fowarding -> forwarding | Aaron Campbell | |
1999-02-21 | vis() buf overflow | Theo de Raadt | |
1999-01-11 | Correct documentation on how mail.local does its locking. | Constantine Sapuntzakis | |
1998-12-30 | indent | Theo de Raadt | |
1998-12-30 | No, it was a NOT a typo. | Jason Downs | |
1998-12-30 | typo; evanc@concer.to | Theo de Raadt | |
1998-12-29 | use getcwd() | Theo de Raadt | |
1998-12-20 | spelling; krw@tcn.net | Theo de Raadt | |
1998-12-19 | less cryptic message on pty allocation failure | Theo de Raadt | |
1998-12-16 | even more .Nm fixes | Aaron Campbell | |