summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police:ru2001-08-071-5/+3
| | | | | | | 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.obrien2001-07-201-1/+2
| | | | | 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.dd2001-07-151-3/+3
|
* Add appropriate includes and prototypes; staticize; set WARNS=2. Alsodd2001-06-262-6/+11
| | | | | | minor Makefile nits. Submitted by: Mike Barcroft <mike@q9media.com>
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-061-1/+1
| | | | tools in usr.sbin/fd*.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Xref to warn(3) which is used instead of perror.charnier1999-10-171-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-1/+3
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* Perror() -> warn().charnier1997-09-171-7/+11
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Update to work under Lite2 includespeter1997-03-111-0/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Minor formatting/style fixes.mpp1996-12-091-7/+4
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Import the fdcontrol command. It has been in 1.1.5, but obviously has been ↵joerg1994-10-303-0/+241
lost on its way to 2.0. This program uses the FD_DEBUG ioctl, which will have to be commited yet.
OpenPOWER on IntegriCloud