aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
Commit message (Collapse)AuthorAgeFilesLines
* ``tty'' is not required parameterAlexey Zelkin1999-10-301-1/+1
| | | | Notes: svn path=/head/; revision=52668
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
| | | | Notes: svn path=/head/; revision=51287
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48791
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
| | | | Notes: svn path=/head/; revision=34809
* Use err(3).Philippe Charnier1997-10-272-30/+38
| | | | Notes: svn path=/head/; revision=30773
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.Bruce Evans1997-03-191-11/+10
| | | | Notes: svn path=/head/; revision=24035
* 1. change tty handling from sgttyb to termios,Ollivier Robert1997-03-131-41/+53
| | | | | | | | | | | | 2. fix a potential buffer oflow, 3. makes watch(8) conform to sysexits(3). Not a strong 2.2 candidate even if it would be nice. Reviewed by: joerg, imp Notes: svn path=/head/; revision=23837
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* 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
* Remove breakage of 1.8.2.2, choose slightly better character for quit.Jordan K. Hubbard1996-12-302-4/+4
| | | | Notes: svn path=/head/; revision=21048
* Use RAW, not CBREAKJordan K. Hubbard1996-12-171-1/+1
| | | | Notes: svn path=/head/; revision=20595
* Fix a typo in the man page (the "-n" flag was added to the synopsis inBill Fenner1996-12-021-1/+1
| | | | | | | a comment). Notes: svn path=/head/; revision=20090
* I have added a '-n' flag to the watch(8) command. This optionJordan K. Hubbard1996-12-022-9/+20
| | | | | | | | | | | | | | disables the ability to interactively select a new tty. I have also removed a check for uid == 0 because it gets in the way of using suid mode based access control. Watch (8)is only runnable by root, so this does not really change things much. Closes PR#2131 Submitted-By: adrian@virginia.edu Notes: svn path=/head/; revision=20085
* Set ${DPADD}, use +=, add $Id$Peter Wemm1996-09-021-1/+4
| | | | Notes: svn path=/head/; revision=18002
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17786
* Properly save and restore the terminal characters!Jordan K. Hubbard1996-03-011-2/+4
| | | | Notes: svn path=/head/; revision=14310
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send theseJordan K. Hubbard1995-12-162-1/+7
| | | | | | | | | guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White <philw@megasoft.tic.ab.ca> Notes: svn path=/head/; revision=12887
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-261-0/+3
| | | | Notes: svn path=/head/; revision=11828
* Add missing ospeed initializationAndrey A. Chernov1995-08-041-3/+4
| | | | Notes: svn path=/head/; revision=9895
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8857
* sameUgen J.S. Antsilevich1995-02-272-13/+47
| | | | Notes: svn path=/head/; revision=6775
* Update to use new calling conventionsPaul Traina1995-02-252-59/+17
| | | | Notes: svn path=/head/; revision=6713
* Fix(it was 1 character actually:)Ugen J.S. Antsilevich1995-02-231-1/+1
| | | | Notes: svn path=/head/; revision=6662
* Rewrite manual page to use mandoc correctly and fix english grammar.Paul Traina1995-02-221-45/+70
| | | | Notes: svn path=/head/; revision=6645
* Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)Jordan K. Hubbard1995-02-181-1/+0
| | | | Notes: svn path=/head/; revision=6546
* Manpage for snoop device itself.Ugen J.S. Antsilevich1995-02-171-0/+1
| | | | Notes: svn path=/head/; revision=6532
* Add manpage to makefileUgen J.S. Antsilevich1995-02-171-1/+1
| | | | Notes: svn path=/head/; revision=6525
* Watch fresh-made manpage..Ugen J.S. Antsilevich1995-02-171-0/+52
| | | | Notes: svn path=/head/; revision=6524
* This is watch - programm to work with /dev/snp,Ugen J.S. Antsilevich1995-02-172-0/+410
it still lacks manpage-i will commit it today later. For now to test try: watch [ttyname] :) Notes: svn path=/head/; revision=6521