Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-13 | whoops, isatty(3) and ttyname(3) are the same man page | Aaron Campbell | |
1999-07-13 | more tty cross references | Aaron Campbell | |
1999-07-13 | Xr isatty(3) | Aaron Campbell | |
1999-07-10 | Fix a SEGV after you HUP vi; dean@netbsd.org | Todd C. Miller | |
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-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 | better use of quotes | Aaron Campbell | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-03 | use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properly | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-02 | use getprotobynumber(); safe since it does not do YP | Theo de Raadt | |
1999-07-02 | ambigious else | Theo de Raadt | |
1999-07-02 | For "tput init" set margins and 8 character tabs, for "tput reset" set margins | Todd C. Miller | |
1999-07-01 | pretty good attempt at supporting nullfs | Theo de Raadt | |
1999-07-01 | Dominion Day is now known as Canada Day... don't let the name fool you, it | Aaron Campbell | |
means I'm about to drink some serious beer in honor of my country | |||
1999-06-29 | Heavily modified to support both terminfo and termcap attributes. | Todd C. Miller | |
Now links with -lcurses (ncurses), not -locurses. TODO: set tabs/margins for init/reset pseudo-attributes. | |||
1999-06-29 | retreived -> retrieved | Aaron Campbell | |
1999-06-27 | ncurses-5.0-990626 | Todd C. Miller | |
1999-06-26 | Use a.b.c.d/nn syntax for encap route output. | Hakan Olsson | |
1999-06-26 | fix typos in FILES section, some more cleanup; shinobi@monkey.org | Aaron Campbell | |
1999-06-24 | Ooops! Make this work without uvm | Artur Grabowski | |
1999-06-23 | kill old tahoe code | Artur Grabowski | |
1999-06-23 | make it work with UVM. XXX - not done yet. | Artur Grabowski | |
1999-06-23 | add -DUVM to CFLAGS if we run UVM | Artur Grabowski | |
1999-06-23 | our top does not show the last pid assigned | Todd C. Miller | |
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski | |
1999-06-17 | Sync for 990608 egcs snapshot... | Marc Espie | |
finally, the interface is frozen with /usr/libexec/cpp not defining __GNUC__ | |||
1999-06-16 | more #ifdef hell | Theo de Raadt | |
1999-06-16 | Fixed i386 -> __i386__ | Marc Espie | |
1999-06-15 | Oops | Paul Janzen | |
1999-06-15 | From NetBSD: clear up the Pioneer 10 entry. While I'm at it, I've moved | Paul Janzen | |
fictional events (mainly from Lord of the Rings) to calendar.fictional, removed a few events which don't really correspond to a specific date, and fixed a few duplicates and such. This file has still not been fact-checked, though. | |||
1999-06-13 | From FreeBSD: tie EMU currencies to Euro | Paul Janzen | |
1999-06-13 | typo | Paul Janzen | |
1999-06-13 | Update the units file. Monetary units are (briefly!) current; physical | Paul Janzen | |
constants are from "Handbook of Physical Quantities", edited by Grigoriev and Meilikhov, CRC Press, 1997. Some units have been added, as have most standard SI unit abbreviations. Most noteably, kPa now means kilopascals, not kilo-peta-atto (which works out to 1). Also, Oersted has been improperly defined in this and most other 'units' files by a factor of pi^2; this has been fixed. | |||
1999-06-11 | Some stray i386 -> __i386__ that only trigger for vmstat -i. | Marc Espie | |
pc532 -> __pc532__ as well. Reported & diagnosed by ficus. | |||
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen | |
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined. | |||
1999-06-08 | fewer strings | kstailey | |
1999-06-06 | make G newline if hold is empty | Theo de Raadt | |
1999-06-06 | Once again, fix the spelling of "occurrence" in the documentation | Paul Janzen | |
1999-06-05 | buf oflow; and use inet_aton() | Theo de Raadt | |
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-06-03 | add support for including the subject of a message being replied to | Marco S Hyman | |
in the reply; OK'd by deraadt@ | |||
1999-06-01 | s/line/record/; phil@athenaeum.jellybaby.net | Aaron Campbell | |
1999-06-01 | whoops | Aaron Campbell | |
1999-06-01 | add GROUP field to example; phil@athenaeum.jellybaby.net | Aaron Campbell | |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom | |
1999-05-31 | Update dependencies. | Angelos D. Keromytis | |