ache
6710b3d92e
Back out WARNS commenting - local fault
2001-07-23 12:38:00 +00:00
ache
744f90a409
Unbreak world - comment out WARNS=2 - deadly warning on tgetstr
2001-07-23 10:46:01 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
dd
12b6546726
Add prototypes, staticize, constify, don't shadow global variables and
...
functions, remove an unused function, and silence other assorted
warnings.
Set WARNS=2.
2001-07-15 11:03:28 +00:00
olgeni
dba0cf8398
Replace an instance of the "watch" word with the ".Nm" macro: it is used to
...
specify the command name.
2001-05-04 23:27:30 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
rwatson
3f5cf40811
o Strip BINMODE from Makefile. Installing watch with 0500 provides no
...
added security benefit, as it doesn't provide extra privilege.
Protection against inappropriate snooping is done by protecting
/dev/snp* properly.
2001-03-22 04:10:51 +00:00
ru
f10dc9aca1
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
obrien
c2ee1dcc02
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
ru
71e2293ad4
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
charnier
6d71b03118
Add missing .El.
...
-Wall cleaning.
2000-01-23 20:27:32 +00:00
phantom
437d3feb75
``tty'' is not required parameter
1999-10-30 14:52:24 +00:00
peter
9751ab22ae
Fix warning: return type of main' is not
int'
1999-09-15 01:58:44 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
nik
559bbb333e
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 20:12:29 +00:00
charnier
6e321f37d4
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
charnier
29b9cb9613
Use err(3).
1997-10-27 12:21:10 +00:00
imp
691010efad
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-31 05:11:47 +00:00
bde
5350fb0d8b
Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.
1997-03-19 04:44:07 +00:00
roberto
d6216e2c0e
1. change tty handling from sgttyb to termios,
...
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
1997-03-13 08:35:45 +00:00
peter
b782f4df30
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
wosch
3c5e4a3bbe
Sort cross references.
1997-01-20 00:03:00 +00:00
jkh
808a36ef65
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
jkh
a334cda535
Remove breakage of 1.8.2.2, choose slightly better character for quit.
1996-12-30 09:01:50 +00:00
jkh
fe58599a09
Use RAW, not CBREAK
1996-12-17 15:26:40 +00:00
fenner
a0986bce2d
Fix a typo in the man page (the "-n" flag was added to the synopsis in
...
a comment).
1996-12-02 16:21:20 +00:00
jkh
19c8e3590e
I have added a '-n' flag to the watch(8) command. This option
...
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
1996-12-02 12:32:46 +00:00
peter
e6c0bad151
Set ${DPADD}, use +=, add $Id$
1996-09-02 23:38:58 +00:00
mpp
b4aab8b6f6
Use the .Fx macro where appropriate.
1996-08-23 00:57:08 +00:00
jkh
2dac23e9f4
Properly save and restore the terminal characters!
1996-03-01 18:21:41 +00:00
mpp
511d4f82b2
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
jkh
d4004feaee
Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these
...
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>
1995-12-16 10:07:10 +00:00
ache
a0d781c95c
Add setlocale LC_TIME
1995-10-26 23:15:14 +00:00
ache
56e4caf676
Add missing ospeed initialization
1995-08-04 07:17:24 +00:00
rgrimes
4f960dd75f
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00
ugen
6becd688af
same
1995-02-27 19:48:19 +00:00
pst
309dab67e7
Update to use new calling conventions
1995-02-25 20:14:31 +00:00
ugen
cca9271589
Fix(it was 1 character actually:)
1995-02-23 11:18:35 +00:00
pst
376cca86d0
Rewrite manual page to use mandoc correctly and fix english grammar.
1995-02-22 23:47:51 +00:00
jkh
6d90dafba0
Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)
1995-02-18 17:10:40 +00:00
ugen
17d7743fc9
Manpage for snoop device itself.
1995-02-17 17:53:52 +00:00
ugen
6ad7ac26ed
Add manpage to makefile
1995-02-17 16:41:43 +00:00
ugen
763438f018
Watch fresh-made manpage..
1995-02-17 16:40:32 +00:00
ugen
d722999cd2
This is watch - programm to work with /dev/snp,
...
it still lacks manpage-i will commit it today later.
For now to test try: watch [ttyname] :)
1995-02-17 14:36:03 +00:00