diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2019-07-26 12:08:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2019-07-26 12:08:19 +0000 |
commit | 4a22bb17f50ad7c53fad2f4226c2c3cb4043fb13 (patch) | |
tree | fff405328494ad10191954c2f14233b2ca0d5dd4 /usr.bin | |
parent | 224d9b05fdc1068732c0853a73de6a57e1b18b2e (diff) |
Replace cross-references to sigvec(3) with sigaction(2).
OK guenther@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index e927be2d635..0764f66c449 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.21 2019/07/25 19:05:22 deraadt Exp $ +.\" $OpenBSD: lastcomm.1,v 1.22 2019/07/26 12:08:18 millert Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: July 25 2019 $ +.Dd $Mdocdate: July 26 2019 $ .Dt LASTCOMM 1 .Os .Sh NAME @@ -132,7 +132,7 @@ default accounting file .El .Sh SEE ALSO .Xr last 1 , -.Xr sigvec 3 , +.Xr sigaction 2 , .Xr acct 5 , .Xr core 5 , .Xr accton 8 |