diff options
author | 2004-08-22 22:25:09 +0000 | |
---|---|---|
committer | 2004-08-22 22:25:09 +0000 | |
commit | 1f0c6047e978439831291086b9c40b5a9c04279c (patch) | |
tree | db35402174eebe5922121f7cfa1701637c6b808a | |
parent | mention strtonum(3) (diff) | |
download | wireguard-openbsd-1f0c6047e978439831291086b9c40b5a9c04279c.tar.xz wireguard-openbsd-1f0c6047e978439831291086b9c40b5a9c04279c.zip |
typo; Axel Andersson
-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 . |