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 /bin | |
parent | 224d9b05fdc1068732c0853a73de6a57e1b18b2e (diff) |
Replace cross-references to sigvec(3) with sigaction(2).
OK guenther@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index e1af22e543c..799ce3a95b6 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.81 2019/06/02 06:53:11 bentley Exp $ +.\" $OpenBSD: csh.1,v 1.82 2019/07/26 12:08:18 millert Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: June 2 2019 $ +.Dd $Mdocdate: July 26 2019 $ .Dt CSH 1 .Os .Sh NAME @@ -2708,10 +2708,10 @@ source of home directories for .Xr fork 2 , .Xr pipe 2 , .Xr setrlimit 2 , +.Xr sigaction 2 , .Xr umask 2 , .Xr wait 2 , .Xr killpg 3 , -.Xr sigvec 3 , .Xr tty 4 , .Xr environ 7 , .Xr script 7 |