summaryrefslogtreecommitdiff
path: root/bin/stty
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=87881
* MFC 1.15: implement `stty ek`.Dima Dorfman2001-10-151-0/+12
| | | | Notes: svn path=/stable/4/; revision=84987
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-6/+4
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81764
* MFC: WARNS=2 and BDECFLAGSDavid E. O'Brien2001-08-012-2/+4
| | | | Notes: svn path=/stable/4/; revision=80826
* MFC: BDECFLAGS cleanupKris Kennaway2001-07-047-23/+32
| | | | Notes: svn path=/stable/4/; revision=79258
* MFC: support for erase2 char and miscellaneous cleanup.Jordan K. Hubbard2001-03-064-1/+23
| | | | Notes: svn path=/stable/4/; revision=73860
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-2/+2
| | | | Notes: svn path=/stable/4/; revision=73776
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-17/+17
| | | | Notes: svn path=/stable/4/; revision=70057
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-5/+3
| | | | Notes: svn path=/stable/4/; revision=69762
* MFC: [rev 1.17] Fix warn format.Paul Saab2000-07-011-1/+1
| | | | Notes: svn path=/stable/4/; revision=62303
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57663
* Don't report the tablet line discipline, it "doesn't happen (TM)"Peter Wemm2000-01-291-3/+0
| | | | Notes: svn path=/head/; revision=56853
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2711-11/+11
| | | | Notes: svn path=/head/; revision=50471
* Various spelling/formatting changes.Kris Kennaway1999-05-081-3/+3
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=46684
* Fixed printf format errors.Bruce Evans1998-06-282-5/+7
| | | | Notes: svn path=/head/; revision=37230
* Correct description of -crtscts.Joseph Koshy1998-06-031-2/+2
| | | | | | | | PR: 6836 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=36599
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-187-25/+39
| | | | Notes: svn path=/head/; revision=36152
* Merge from OpenBSD:Eivind Eklund1997-12-121-3/+5
| | | | | | | | | | >sprintf -> snprintf paranoia Obtainted from: OpenBSD src/bin/stty/print.c v1.5 by Todd Miller <millert@openbsd.org> Notes: svn path=/head/; revision=31686
* Correct confusing error message when called as 'stty -sane'.Steve Price1997-08-241-5/+8
| | | | | | | PR: bin/3573 Notes: svn path=/head/; revision=28642
* Typo in usage string. Looks like the man page now.Philippe Charnier1997-06-061-2/+2
| | | | Notes: svn path=/head/; revision=26468
* Typo (the the -> the).Philippe Charnier1997-06-021-2/+2
| | | | Notes: svn path=/head/; revision=26365
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24348
* Correct the self reference in the description of the "tabs" option.Mike Pritchard1997-03-121-2/+2
| | | | | | | | | It should really refer to "oxtabs". Obtained from: NetBSD-bugs mailing list PR# 3320 Notes: svn path=/head/; revision=23789
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1411-11/+11
| | | | | | | | | | | 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
* -Wall cleaning.Steve Price1996-12-147-18/+18
| | | | Notes: svn path=/head/; revision=20424
* Fixed `stty [-]extproc'. It set extproc to a semi-random state (alwaysBruce Evans1996-12-071-2/+2
| | | | | | | | off if there are no other options, always (?) on if another option that changes the state is processed earlier). Notes: svn path=/head/; revision=20190
* Fixed typo.Bruce Evans1996-03-311-2/+2
| | | | | | | Reported by: andreas@knobel.gun.de Notes: svn path=/head/; revision=14933
* Fixed descriptions of ignpar and parmrk.Bruce Evans1995-11-111-3/+3
| | | | Notes: svn path=/head/; revision=12202
* Improve the recently changed and an old error message: don't report probeBruce Evans1995-07-042-7/+5
| | | | | | | errors. Notes: svn path=/head/; revision=9393
* stty fails with a non-obvious error message if it's run on a non-ttyJoerg Wunsch1995-07-021-3/+5
| | | | | | | | | | | | | | | | | | | stream, such as a rsh or vi pipeline. The error message is: stty: TIOCGETD: Operation not supported It's immediately obvious to the knowledgable hacker type, but not exactly comforting to the user who's not native to unix. It's especially confusing if there's a stty command in their .cshrc and it's showing up on rsh output. (Fixes PR #bin/573) Submitted by: peter@haywire.dialix.com (Peter Wemm) Notes: svn path=/head/; revision=9384
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-11/+11
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=8855
* Support nonstandard (not yet all supported) flow control options. `ctsflow'Bruce Evans1995-04-292-7/+32
| | | | | | | | | | | | and `rtsflow' are the components of `crtscts'. `dtrflow' and `dsrflow' are new and not yet supported. `dtrflow' may be useful for Cyclades serial careds, which have h/w support for it and no h/w support for `rtsflow'. print.c: Report NTTYDISC in case the line is in this obsolescent state. Notes: svn path=/head/; revision=8170
* Fix `stty' on the output of `stty -g'. The changes for the gfmt1 optionBruce Evans1995-04-291-1/+2
| | | | | | | weren't TIOCSETD'd unless another option changed something. Notes: svn path=/head/; revision=8168
* Fix bugs:Andrey A. Chernov1995-04-283-14/+11
| | | | | | | | | | cchars2 not used can't set or report MIN or TIME == 255 TIOCSETD on wrong fd PPPDISC is not reported Notes: svn path=/head/; revision=8148
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-192-5/+5
| | | | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) Notes: svn path=/head/; revision=7165
* Added $Id$David Greenman1994-09-2411-0/+18
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-2611-0/+1986
Notes: svn path=/head/; revision=1556