summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1999-08-12Support -M and -N flags in uptime mode tooTodd C. Miller
1999-08-09document "Precedence: list"Theo de Raadt
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-08-05o Use 10 X's in examples (noted by Theo)Todd C. Miller
o Add another example using the pretty brace block form
1999-08-04o Use __prognameTodd C. Miller
o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we ship it now
1999-08-04supply particular mapping type to the mmap(2) instead of bogus 0Michael Shalayeff
1999-08-03use particular mapping type instead of bogus zero.Michael Shalayeff
-Wall overall happiness; millert@ ok
1999-07-31document cdev/bdev semantic changeTheo de Raadt
1999-07-30acd diesTheo de Raadt
1999-07-29"sprite.h"; soren@t.dkTheo de Raadt
1999-07-28clarifyTheo de Raadt
1999-07-26fix options; fgschAaron Campbell
1999-07-26add SEE ALSO section and Xr cat(1)Aaron Campbell
1999-07-26new mdoc'd jot(1) man pageAaron Campbell
1999-07-23fieldcnt is the number of fields, not +1... this one was missed in 1995Aaron Campbell
when the other two were fixed
1999-07-23- Missing newline when euid != ruid; from FreeBSDAaron Campbell
- Also, sync the usage() to the man page (add -p syntax).
1999-07-23Fix the case where telnet(1) would escape if in binary (-8) mode, even if theAaron Campbell
-E option (stop all characters from being recognized as an escape character) was specified, if it was passed a 0xFF character; from FreeBSD, millert@ ok
1999-07-23- Make error msgs more consistent with other usr.bin/ utils.Aaron Campbell
- Use warn() instead of an fprintf().
1999-07-23- Use strtol() instead of atoi() so head(1) will complain when given badAaron Campbell
number specifications like: head -123foobar456. Also, check for ERANGE and abort if strtol() returned LONG_MAX or LONG_MIN. - Don't exit() when encountering a filename in argv[] that can't be open; instead just continue. - Don't keep decrementing `linecnt' if we've hit the end of the file. millert@ ok
1999-07-21sounds betterAaron Campbell
1999-07-21Improve the description and add examples, including one that demonstrates howAaron Campbell
head(1) is often used in conjunction with tail -1 to display a single arbitrary line from a file.
1999-07-21sync names of arguments in SYNOPSIS with those in the option's descriptionAaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-21bye byeTheo de Raadt
1999-07-20skey help; freebsdTheo de Raadt
1999-07-20mention the skey command and Xr skey(1)Aaron Campbell
1999-07-19fix for case no mixer devices are available, got triggered by ↵Michael Shalayeff
malloc.conf->J; millert@ ok
1999-07-19Xr their libc equivalents; form@vell.nsc.ruAaron Campbell
1999-07-18indentTheo de Raadt
1999-07-17nice printing of sum^H^H^Huvmexp for uvmArtur Grabowski
1999-07-13whoops, isatty(3) and ttyname(3) are the same man pageAaron Campbell
1999-07-13more tty cross referencesAaron Campbell
1999-07-13Xr isatty(3)Aaron Campbell
1999-07-10Fix a SEGV after you HUP vi; dean@netbsd.orgTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron 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-07The 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-04better use of quotesAaron Campbell
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-03use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properlyAaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02use getprotobynumber(); safe since it does not do YPTheo de Raadt
1999-07-02ambigious elseTheo de Raadt
1999-07-02For "tput init" set margins and 8 character tabs, for "tput reset" set marginsTodd C. Miller
1999-07-01pretty good attempt at supporting nullfsTheo de Raadt
1999-07-01Dominion Day is now known as Canada Day... don't let the name fool you, itAaron Campbell
means I'm about to drink some serious beer in honor of my country
1999-06-29Heavily 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-29retreived -> retrievedAaron Campbell
1999-06-27ncurses-5.0-990626Todd C. Miller
1999-06-26Use a.b.c.d/nn syntax for encap route output.Hakan Olsson