Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-12 | Support -M and -N flags in uptime mode too | Todd C. Miller | |
1999-08-09 | document "Precedence: list" | Theo de Raadt | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-05 | o Use 10 X's in examples (noted by Theo) | Todd C. Miller | |
o Add another example using the pretty brace block form | |||
1999-08-04 | o Use __progname | Todd 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-04 | supply particular mapping type to the mmap(2) instead of bogus 0 | Michael Shalayeff | |
1999-08-03 | use particular mapping type instead of bogus zero. | Michael Shalayeff | |
-Wall overall happiness; millert@ ok | |||
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt | |
1999-07-30 | acd dies | Theo de Raadt | |
1999-07-29 | "sprite.h"; soren@t.dk | Theo de Raadt | |
1999-07-28 | clarify | Theo de Raadt | |
1999-07-26 | fix options; fgsch | Aaron Campbell | |
1999-07-26 | add SEE ALSO section and Xr cat(1) | Aaron Campbell | |
1999-07-26 | new mdoc'd jot(1) man page | Aaron Campbell | |
1999-07-23 | fieldcnt is the number of fields, not +1... this one was missed in 1995 | Aaron Campbell | |
when the other two were fixed | |||
1999-07-23 | - Missing newline when euid != ruid; from FreeBSD | Aaron Campbell | |
- Also, sync the usage() to the man page (add -p syntax). | |||
1999-07-23 | Fix the case where telnet(1) would escape if in binary (-8) mode, even if the | Aaron 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 bad | Aaron 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-21 | sounds better | Aaron Campbell | |
1999-07-21 | Improve the description and add examples, including one that demonstrates how | Aaron Campbell | |
head(1) is often used in conjunction with tail -1 to display a single arbitrary line from a file. | |||
1999-07-21 | sync names of arguments in SYNOPSIS with those in the option's description | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-21 | bye bye | Theo de Raadt | |
1999-07-20 | skey help; freebsd | Theo de Raadt | |
1999-07-20 | mention the skey command and Xr skey(1) | Aaron Campbell | |
1999-07-19 | fix for case no mixer devices are available, got triggered by ↵ | Michael Shalayeff | |
malloc.conf->J; millert@ ok | |||
1999-07-19 | Xr their libc equivalents; form@vell.nsc.ru | Aaron Campbell | |
1999-07-18 | indent | Theo de Raadt | |
1999-07-17 | nice printing of sum^H^H^Huvmexp for uvm | Artur Grabowski | |
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 | |