diff options
author | jilles <jilles@FreeBSD.org> | 2010-05-06 22:49:54 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2010-05-06 22:49:54 +0000 |
commit | 37abb66e2f1dcd063d48c212b7423a4b32c6db80 (patch) | |
tree | fcb8efd5f488181817d48cb6f61c6a9c0268c3fe /usr.bin/lastcomm | |
parent | b8933dba5fbdeb54dfd1895700ff42ab0c5ce9ba (diff) | |
download | FreeBSD-src-37abb66e2f1dcd063d48c212b7423a4b32c6db80.zip FreeBSD-src-37abb66e2f1dcd063d48c212b7423a4b32c6db80.tar.gz |
Update xrefs from 4.3BSD to modern signal functions in various man pages.
sigvec(2) references have been updated to sigaction(2), sigsetmask(2) and
sigblock(2) to sigprocmask(2), sigpause(2) to sigsuspend(2).
Some legacy man pages still refer to them, that is OK.
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 1d714c5..8cb2039 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -168,7 +168,7 @@ while will print details of each terminating command. .Sh SEE ALSO .Xr last 1 , -.Xr sigvec 2 , +.Xr sigaction 2 , .Xr acct 5 , .Xr core 5 .Sh HISTORY |