diff options
Diffstat (limited to 'lib/libc/sys/sigsuspend.2')
-rw-r--r-- | lib/libc/sys/sigsuspend.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2 index 6c40b764ff5..8f973b36532 100644 --- a/lib/libc/sys/sigsuspend.2 +++ b/lib/libc/sys/sigsuspend.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigsuspend.2,v 1.9 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: sigsuspend.2,v 1.10 2004/08/22 22:25:09 millert Exp $ .\" $NetBSD: sigsuspend.2,v 1.4 1995/02/27 12:37:46 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -72,7 +72,7 @@ set to .Xr sigsetops 3 .Sh STANDARDS The -.Nm sigsupend +.Nm sigsuspend function call conforms to .St -p1003.1-88 . |