diff options
author | 2013-05-08 07:23:20 +0000 | |
---|---|---|
committer | 2013-05-08 07:23:20 +0000 | |
commit | fbb8553204e491158f983beb6cb1c90d4fe79c2b (patch) | |
tree | e6010c3be91f3bc21c2be3a5746785982e636c61 /lib/libc | |
parent | Replace use of strncpy with memcpy. Previous code used strncpy on data (diff) | |
download | wireguard-openbsd-fbb8553204e491158f983beb6cb1c90d4fe79c2b.tar.xz wireguard-openbsd-fbb8553204e491158f983beb6cb1c90d4fe79c2b.zip |
Lists should be sorted by the normal alphabet, not my private one
Noted by jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 19786075e1f..b54596391a9 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.50 2013/05/08 05:39:49 guenther Exp $ +.\" $OpenBSD: sigaction.2,v 1.51 2013/05/08 07:23:20 guenther Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -625,9 +625,9 @@ Extension Interfaces: .Fn fchflags , .Fn getresgid , .Fn getresuid , +.Fn ppoll , .Fn setresgid , .Fn setresuid , -.Fn ppoll , .Fn strlcat , .Fn strlcpy , .Fn wait3 , |