Poul-Henning Kamp
78df033abd
Remove the vttest program. It lives in ports/sysutils/vttest now.
2005-07-21 16:40:40 +00:00
Poul-Henning Kamp
a976a7a3c0
Decouple vttest from the tree so we can remove <sgtty.h>
...
This program probably should live in src/tools or ports anyway.
2005-07-15 07:44:57 +00:00
Stefan Farfeleder
e5bcd63edb
Use __FBSDID() over #ident.
2005-05-31 20:07:46 +00:00
Ruslan Ermilov
36a142c455
Expand contractions.
2005-02-13 23:45:54 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Ruslan Ermilov
9b059d8fec
Utilize bsd.files.mk.
2005-01-28 16:22:46 +00:00
Ruslan Ermilov
254dd1666e
Let bsd.prog.mk set SRCS and MAN to their default values.
2005-01-28 16:08:11 +00:00
Ruslan Ermilov
59a3c79da6
Sort sections.
2005-01-18 20:02:45 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Alexander Kabaev
1c7cddaba9
Call exit(0), not exit.
2003-04-29 19:53:00 +00:00
David E. O'Brien
052238b16c
style.Makefile(5)
2003-04-04 17:49:21 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Jens Schweikhardt
57bd0fc6e8
english(4) police.
2002-12-27 12:15:40 +00:00
Mike Barcroft
f1495caf2d
Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.
2002-09-17 17:59:51 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Alfred Perlstein
38fe48f520
Comment out comments trailing #endif directives
2002-05-28 21:52:10 +00:00
Hellmuth Michaelis
82dd825190
PR: 33966
...
Submitted by: Nicola Vitale <nivit@libero.it>
Reviewed by: hm
MFC after: 3 days
2002-04-24 14:30:56 +00:00
Dag-Erling Smørgrav
d397408818
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
Philippe Charnier
7f94b8deee
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
Ruslan Ermilov
dbee1004f9
Install files via FILES.
2001-12-17 16:21:59 +00:00
Ruslan Ermilov
a7aaf57e4a
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
Ruslan Ermilov
94ba280c59
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
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.
2001-08-07 15:48:51 +00:00
Bruce Evans
6ab657cc56
Fixed bitrot in DPADD in previous commit. The previous commit changed
...
LDADD to link to a correct copy of libkeycap but didn't change DPADD
to match.
2001-07-30 11:38:35 +00:00
Brooks Davis
c22d511680
Remove -traditional from CFLAGS and add unistd.h to header.h so this
...
actually compiles. Hopefully, this code didn't rely on some weird
side effect of -traditional.
2001-07-27 04:40:04 +00:00
Sheldon Hearn
e1b4d8d074
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
...
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
2001-07-26 11:02:39 +00:00
Kris Kennaway
56bded8a29
s/adress/address/
...
Inspired by: OpenBSD
MFC After: 1 week
2001-07-23 12:05:27 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Ruslan Ermilov
a4c37c816b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Kris Kennaway
e871d77305
It seems to be no longer true that -O2 is required to compile this.
...
MFC after: 1 week
2001-07-05 09:37:51 +00:00
Dima Dorfman
8ba5eeb286
mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section.
...
Submitted by: ru
2001-04-13 20:43:59 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Warner Losh
c5acf97d44
Include <unistd.h> for getopt's interface rather than declare things
...
individually here.
2001-03-01 06:22:46 +00:00
Kris Kennaway
593605c60e
Finish cleaning up the error reporting (standardize on err*()/warn*())
...
and fix some overflows.
Submitted by: Mike Heffner <mheffner@vt.edu>
2001-01-28 09:20:47 +00:00
Kris Kennaway
4dedca9fd7
Prevent overflow in -d argument by replacing hand-rolled
...
strcat+strcpy+perror with err()
Submitted by: Mike Heffner <mheffner@vt.edu>
2001-01-19 23:11:18 +00:00
Ruslan Ermilov
c0f67a683a
man(7) -> mdoc(7).
2001-01-17 09:15:13 +00:00
Ruslan Ermilov
1bfea903ed
Prepare for mdoc(7)NG.
2001-01-16 09:39:23 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Ruslan Ermilov
88544700ca
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
Warner Losh
f4d022175f
getopt interface is defined in <unistd.h> so use that in preference to externs.
2000-12-11 21:09:29 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
Ruslan Ermilov
e97407b4f2
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00