Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -9/+15 |
| | |||||
* | Modernize my email address. | phk | 2002-03-25 | 2 | -3/+3 |
| | |||||
* | Modernize my email address | phk | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+2 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -3/+0 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite to | joerg | 2001-06-26 | 1 | -1/+4 |
| | | | | | | avoid blasting the syslog with error messages from bad floppies. Both tools have their own error reporting anyway (which could easily be cluttered by the syslog output on your terminal). | ||||
* | Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle the | joerg | 2001-06-06 | 1 | -1/+1 |
| | | | | tools in usr.sbin/fd*. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -14/+11 |
| | |||||
* | /dev/r<FOO> => /dev/<FOO> | obrien | 2000-04-26 | 2 | -3/+3 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Use Pa for filenames. | charnier | 1999-10-17 | 1 | -1/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Typo. | steve | 1998-06-27 | 1 | -2/+2 |
| | | | | | PR: 7093 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> | ||||
* | Correct punctuation. | mph | 1998-06-21 | 1 | -4/+4 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -3/+3 |
| | |||||
* | Use err(3). Document -y flag. Remove unused -s flag from getopt string. | charnier | 1997-09-18 | 2 | -52/+33 |
| | |||||
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -2/+2 |
| | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Make this more usable from shell scripts and such by adding a non-interactive | jkh | 1996-09-30 | 1 | -9/+19 |
| | | | | | flag and some checking to see if it's even reasonable to ask for confirmation at all. | ||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer | joerg | 1994-10-14 | 2 | -4/+3 |
| | | | | | necessary. Requested by: phk | ||||
* | A small program, which can take a file of any size, format, write and verify | phk | 1994-09-18 | 3 | -0/+341 |
it onto a bunch of floppies in a semi-intelligent way. Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v Where it will keep asking for floppies until tar is done. |