Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |