Eitan Adler
839f11a4fe
A number of places in the source tree still reference cuad.* after
...
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
2012-12-08 22:16:36 +00:00
Ed Schouten
10bc3a7f42
ANSIfy almost all applications that use WARNS=6.
...
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
2009-12-29 22:53:27 +00:00
Ruslan Ermilov
106d839190
Switch the default WARNS level for sbin/ to 6.
...
Submitted by: Ulrich Spörlein
2009-10-19 16:00:24 +00:00
Ruslan Ermilov
6087df9e8b
Sort sections.
2005-01-18 10:09:38 +00:00
Philip Paeps
118fd13167
Reflect the cuaa->cuad namechange in documentation.
...
Might as well do them all while I'm at it :-)
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-11-13 00:09:19 +00:00
Ruslan Ermilov
9806e23132
Mechanically kill hard sentence breaks.
2004-07-02 21:45:06 +00:00
Tom Rhodes
e186f5128a
/etc/rc.serial -> /etc/rc.d/serial.
2003-12-23 07:16:38 +00:00
Johan Karlsson
2f92fd9bf7
Make this WARNS=6 clean by prototyping 'usage'.
...
Tested by: make universe
2003-08-08 19:51:01 +00:00
David E. O'Brien
c69284ca08
Use __FBSDID() to quiet GCC 3.3 warnings.
2003-05-03 18:41:59 +00:00
Johan Karlsson
82bbd989e7
These are WARNS=2 clean, try to keep them that way.
2003-02-23 13:25:02 +00:00
Philippe Charnier
e1205e80e5
The .Nm utility
2002-07-06 19:34:18 +00:00
David E. O'Brien
2d68bf45bf
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Ruslan Ermilov
9fe48c6e8d
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 11:04:34 +00:00
Dima Dorfman
cafefe8c1b
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 23:04:23 +00:00
Ruslan Ermilov
0a5779d45b
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
Ruslan Ermilov
fe655281c5
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
Ruslan Ermilov
1252c1bb05
Prepare for mdoc(7)NG.
2000-12-18 15:16:24 +00:00
Ruslan Ermilov
7c7fb079b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
Sheldon Hearn
c886a5d4d2
Remove the use of a dash in the usage, since this isn't in keeping
...
with other utilities which offer similar functionality.
This change was discussed with ache, who brought in the ability to
use a dash to represent stdin in comcontrol.
2000-07-03 13:29:04 +00:00
Sheldon Hearn
8e5669a89d
What the commit log for rev 1.16 neglected to mention was that the
...
delta touched the Name Description (Nd). It introduced a grammar
error and did not fix the extraneous punctuation (Nd lines are not
terminated with a period).
2000-07-03 12:01:06 +00:00
Alexey Zelkin
76ca72b7eb
Remove outdated BUGS section. We'll never rename comcontrol to siocontrol.
2000-05-04 16:48:33 +00:00
Andrey A. Chernov
09dd94d856
Print options only supported by device, back out printing options separately
...
Pointed-by: bde
2000-05-01 12:14:30 +00:00
Andrey A. Chernov
85a23112fd
Allow "-" for working with STDIN
...
Allow printing of each option separately when keyword specified without a
number
2000-04-30 18:06:04 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Philippe Charnier
d286dcb026
Add rcsid. Remove unused #includes. Use err(3).
1998-06-30 06:09:37 +00:00
Philippe Charnier
db439b3aaa
Use .An/.Aq.
1998-03-19 07:47:10 +00:00
Peter Wemm
c0ec1f37ef
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
af20215665
Sort cross references.
1997-01-13 00:25:51 +00:00
Mike Pritchard
256835f230
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 08:04:55 +00:00
Mike Pritchard
a5ed710ccd
Fix even more spelling errors in some more man pages.
1996-01-30 16:34:52 +00:00
Bruce Evans
12981249c8
Remove excessive argc checking. It was impossible to set `dtrwait' and
...
and `drainwait' in a single command.
1995-01-10 01:42:24 +00:00
Andrey A. Chernov
b0e399e3c4
Fight agaist hanging modems: add new drainwait option.
...
Reviewed by: Bruce
1995-01-05 00:03:06 +00:00
Andrey A. Chernov
f62ac99484
rc.local -> rc.serial
...
cua0? -> cuaa?
1994-12-05 19:52:29 +00:00
Bruce Evans
127af73461
Fix punctuation.
1994-09-05 13:54:02 +00:00
Andrey A. Chernov
32b6b31c1e
From Bde:
...
o Rewrote lots of it to be more like stty.1. The old one was
too verbose and the complicated options no longer exist.
1994-05-30 03:50:01 +00:00
Andrey A. Chernov
123e9a592b
From Bde:
...
o Removed bidir options.
1994-05-30 03:49:16 +00:00
Andrey A. Chernov
49afd99659
FILES entry corrected
1994-05-03 18:50:13 +00:00
Andrey A. Chernov
68a21a4b38
Change default dtrwait time to 2 seconds.
1993-12-16 04:40:45 +00:00
Andrey A. Chernov
875d6b8f31
Man page added.
1993-12-10 19:27:16 +00:00
Andrey A. Chernov
9bfbbf452b
Modified for work without options COM_BIDIR into kernel.
1993-12-10 19:26:20 +00:00
Andrey A. Chernov
cc4ca26313
Add 'dtrwait <n>' option to comcontrol to handle
...
TIOCM[SG]DTRWAIT ioctl.
1993-12-10 01:08:47 +00:00
Rodney W. Grimes
5b81b6b301
Initial import, 0.1 + pk 0.2.4-B1
1993-06-12 14:58:17 +00:00