Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Utilize bsd.files.mk. | ru | 2005-01-28 | 1 | -8/+4 |
| | |||||
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 1 | -1/+0 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 7 | -28/+28 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 5 | -5/+5 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 5 | -5/+5 |
| | | | | any fake value. | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -4/+6 |
| | |||||
* | Call exit(0), not exit. | kan | 2003-04-29 | 1 | -1/+1 |
| | |||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -0/+2 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -10/+12 |
| | | | | especially in troff files. | ||||
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
| | |||||
* | Don't depend on <sys/types.h> pollution in <sys/fcntl.h>. | mike | 2002-09-17 | 2 | -0/+2 |
| | |||||
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -1/+3 |
| | |||||
* | Comment out comments trailing #endif directives | alfred | 2002-05-28 | 1 | -16/+17 |
| | |||||
* | PR: 33966 | hm | 2002-04-24 | 1 | -6/+6 |
| | | | | | | Submitted by: Nicola Vitale <nivit@libero.it> Reviewed by: hm MFC after: 3 days | ||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 5 | -15/+29 |
| | |||||
* | Install files via FILES. | ru | 2001-12-17 | 1 | -9/+4 |
| | |||||
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 4 | -33/+9 |
| | | | | Stolen from: NetBSD | ||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 2 | -6/+6 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 2 | -4/+5 |
| | | | | | | | 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. | ||||
* | Fixed bitrot in DPADD in previous commit. The previous commit changed | bde | 2001-07-30 | 1 | -8/+0 |
| | | | | | LDADD to link to a correct copy of libkeycap but didn't change DPADD to match. | ||||
* | Remove -traditional from CFLAGS and add unistd.h to header.h so this | brooks | 2001-07-27 | 3 | -2/+3 |
| | | | | | actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional. | ||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 3 | -16/+28 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | s/adress/address/ | kris | 2001-07-23 | 1 | -2/+4 |
| | | | | | Inspired by: OpenBSD MFC After: 1 week | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 9 | -34/+47 |
| | | | | | 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 whitespace at EOL. | dd | 2001-07-15 | 6 | -17/+17 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 9 | -9/+9 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 2 | -2/+0 |
| | |||||
* | It seems to be no longer true that -O2 is required to compile this. | kris | 2001-07-05 | 1 | -1/+0 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section. | dd | 2001-04-13 | 1 | -12/+15 |
| | | | | Submitted by: ru | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 10 | -9/+4 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 11 | -12/+15 |
| | |||||
* | Include <unistd.h> for getopt's interface rather than declare things | imp | 2001-03-01 | 6 | -23/+11 |
| | | | | individually here. | ||||
* | Finish cleaning up the error reporting (standardize on err*()/warn*()) | kris | 2001-01-28 | 4 | -140/+44 |
| | | | | | | and fix some overflows. Submitted by: Mike Heffner <mheffner@vt.edu> | ||||
* | Prevent overflow in -d argument by replacing hand-rolled | kris | 2001-01-19 | 1 | -23/+5 |
| | | | | | | strcat+strcpy+perror with err() Submitted by: Mike Heffner <mheffner@vt.edu> | ||||
* | man(7) -> mdoc(7). | ru | 2001-01-17 | 3 | -156/+225 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 5 | -41/+32 |
| | |||||
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 9 | -3/+10 |
| | |||||
* | getopt interface is defined in <unistd.h> so use that in preference to externs. | imp | 2000-12-11 | 1 | -4/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 2 | -3/+6 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 7 | -26/+26 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -2/+2 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 3 | -8/+3 |
| | |||||
* | Don't extract these files as mode 664 during build, use mode 644 instead. | kris | 2000-08-15 | 3 | -3/+6 |
| |