diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-22 22:25:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-22 22:25:10 +0000 |
commit | 418f682a42e47008294fa82337c1a87bb19d4196 (patch) | |
tree | ecb98c87ea12670b7d35d7f889cd511b4874dcb5 /lib/libc/sys | |
parent | 01f4b551fcbdb1781b5b56bbbfa83cbee6039232 (diff) |
typo; Axel Andersson
Diffstat (limited to 'lib/libc/sys')
-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 . |