kan
ea3497600e
Call exit(0), not exit.
2003-04-29 19:53:00 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
mike
e25a8d33e2
Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.
2002-09-17 17:59:51 +00:00
ru
a8adf98c82
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
ru
cd7c90d38f
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
alfred
2ccf75e686
Comment out comments trailing #endif directives
2002-05-28 21:52:10 +00:00
hm
fc9e0feac7
PR: 33966
...
Submitted by: Nicola Vitale <nivit@libero.it>
Reviewed by: hm
MFC after: 3 days
2002-04-24 14:30:56 +00:00
des
4d6b787d2d
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
charnier
fdbc3fd42a
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
ru
0005151aeb
Install files via FILES.
2001-12-17 16:21:59 +00:00
ru
bbef88e1a5
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
ru
f858dca3dc
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
ru
4345758876
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
bde
3089204ae8
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
a67cc01f18
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
sheldonh
9bfb9eedcd
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
6fde30d182
s/adress/address/
...
Inspired by: OpenBSD
MFC After: 1 week
2001-07-23 12:05:27 +00:00
obrien
9c97c8f02d
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
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
0d5f9334cf
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
kris
d2009cca0d
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
dd
2ff08a4f59
mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section.
...
Submitted by: ru
2001-04-13 20:43:59 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
f10dc9aca1
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
imp
f46c374718
Include <unistd.h> for getopt's interface rather than declare things
...
individually here.
2001-03-01 06:22:46 +00:00
kris
72eee57913
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
1a61300080
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
ru
9750a039c1
man(7) -> mdoc(7).
2001-01-17 09:15:13 +00:00
ru
ffef081534
Prepare for mdoc(7)NG.
2001-01-16 09:39:23 +00:00
ru
4bb5f49662
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
ru
e5a37f2e6f
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
imp
bfe09706cd
getopt interface is defined in <unistd.h> so use that in preference to externs.
2000-12-11 21:09:29 +00:00
obrien
c2ee1dcc02
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
ru
71e2293ad4
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
a6f5d950d8
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
kris
8946b5171a
Don't extract these files as mode 664 during build, use mode 644 instead.
2000-08-15 09:17:50 +00:00
hm
82f49df352
exchange rc.local for a more modern, up to date and ready to run
...
example configuration startup script.
2000-03-31 08:39:34 +00:00
hm
8a5adbab4a
Add support for "green" screensaver mode.
2000-03-31 08:30:24 +00:00
hm
e58a3c16f7
PR: i386/1671
...
Submitted by: Mats O Jansson <maja@celsiustech.se>
The existing s2 map is supposed to be ISO 8859-1 but some characters are
not (it's CP850). But the f1 map applied on sweden2 will fixit.
(Fulfilled request by Joerg to close this PR)
2000-03-29 08:58:44 +00:00
hm
e3991c3acf
pcvt cleanup. remove hopeless outdated example/demo Microemacs
...
file. update Makefile.
2000-03-28 10:12:03 +00:00
hm
e18d9de537
pcvt cleanup.
...
add $FreeBSD$
remove obsolete and completely outdated files.
2000-03-28 09:41:40 +00:00
hm
d89148d84c
pcvt update.
...
remove obsolete stuff.
2000-03-28 09:26:48 +00:00
hm
8482b92592
pcvt cleanup.
...
add $FreeBSD$
get copyright in sync with FreeBSD recommendation.
2000-03-28 09:26:02 +00:00
hm
92604fe2cc
pcvt cleanup.
...
add $FreeBSD$.
get copyright in sync with FreeBSD recommendation.
make it compile and run again.
add a manpage.
2000-03-28 09:24:38 +00:00
hm
133e15ccd6
pcvt cleanup.
...
add $FreeBSD.
get copyright in sync with FreeBSD recommendation.
remove obsolete stuff resuling from pcvt kernel part cleanup
(caution: this depends in part on modifications to pcvt_ioctl.h,
commit will follow shortly).
add new option "-n" to ispcvt to get number of compiled-in
virtual screens.
2000-03-28 09:21:05 +00:00