aboutsummaryrefslogtreecommitdiff
path: root/sbin/comcontrol
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=201227
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
| | | | Notes: svn path=/head/; revision=140415
* Reflect the cuaa->cuad namechange in documentation.Philip Paeps2004-11-131-1/+1
| | | | | | | | | Might as well do them all while I'm at it :-) Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=137635
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131488
* /etc/rc.serial -> /etc/rc.d/serial.Tom Rhodes2003-12-231-1/+1
| | | | Notes: svn path=/head/; revision=123758
* Make this WARNS=6 clean by prototyping 'usage'.Johan Karlsson2003-08-082-0/+3
| | | | | | | Tested by: make universe Notes: svn path=/head/; revision=118671
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114589
* These are WARNS=2 clean, try to keep them that way.Johan Karlsson2003-02-231-1/+0
| | | | Notes: svn path=/head/; revision=111309
* The .Nm utilityPhilippe Charnier2002-07-061-2/+3
| | | | Notes: svn path=/head/; revision=99501
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
| | | | Notes: svn path=/head/; revision=81622
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78732
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74531
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-0/+1
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68960
* Remove the use of a dash in the usage, since this isn't in keepingSheldon Hearn2000-07-032-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=62470
* What the commit log for rev 1.16 neglected to mention was that theSheldon Hearn2000-07-031-1/+1
| | | | | | | | | 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). Notes: svn path=/head/; revision=62460
* Remove outdated BUGS section. We'll never rename comcontrol to siocontrol.Alexey Zelkin2000-05-041-4/+0
| | | | Notes: svn path=/head/; revision=59961
* Print options only supported by device, back out printing options separatelyAndrey A. Chernov2000-05-012-41/+25
| | | | | | | Pointed-by: bde Notes: svn path=/head/; revision=59838
* Allow "-" for working with STDINAndrey A. Chernov2000-04-302-16/+50
| | | | | | | | Allow printing of each option separately when keyword specified without a number Notes: svn path=/head/; revision=59791
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-302-32/+34
| | | | Notes: svn path=/head/; revision=37273
* Use .An/.Aq.Philippe Charnier1998-03-191-3/+3
| | | | Notes: svn path=/head/; revision=34674
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+3
| | | | Notes: svn path=/head/; revision=21635
* Minor formatting/style fixes.Mike Pritchard1996-12-091-1/+0
| | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134 Notes: svn path=/head/; revision=20245
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-301-1/+1
| | | | Notes: svn path=/head/; revision=13750
* Remove excessive argc checking. It was impossible to set `dtrwait' andBruce Evans1995-01-101-1/+2
| | | | | | | and `drainwait' in a single command. Notes: svn path=/head/; revision=5459
* Fight agaist hanging modems: add new drainwait option.Andrey A. Chernov1995-01-052-12/+38
| | | | | | | Reviewed by: Bruce Notes: svn path=/head/; revision=5397
* rc.local -> rc.serialAndrey A. Chernov1994-12-051-3/+3
| | | | | | | cua0? -> cuaa? Notes: svn path=/head/; revision=4995
* Fix punctuation.Bruce Evans1994-09-051-1/+1
| | | | Notes: svn path=/head/; revision=2507
* From Bde:Andrey A. Chernov1994-05-301-49/+28
| | | | | | | | o Rewrote lots of it to be more like stty.1. The old one was too verbose and the complicated options no longer exist. Notes: svn path=/head/; revision=1630
* From Bde:Andrey A. Chernov1994-05-301-22/+2
| | | | | | | o Removed bidir options. Notes: svn path=/head/; revision=1629
* FILES entry correctedAndrey A. Chernov1994-05-031-1/+1
| | | | Notes: svn path=/head/; revision=1451
* Change default dtrwait time to 2 seconds.Andrey A. Chernov1993-12-161-1/+2
| | | | Notes: svn path=/head/; revision=866
* Man page added.Andrey A. Chernov1993-12-102-1/+74
| | | | Notes: svn path=/head/; revision=840
* Modified for work without options COM_BIDIR into kernel.Andrey A. Chernov1993-12-101-5/+3
| | | | Notes: svn path=/head/; revision=839
* Add 'dtrwait <n>' option to comcontrol to handleAndrey A. Chernov1993-12-101-14/+49
| | | | | | | TIOCM[SG]DTRWAIT ioctl. Notes: svn path=/head/; revision=837
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-122-0/+85
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4