diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-05-08 07:23:21 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-05-08 07:23:21 +0000 |
commit | 75a66ebd441b58957cee49c549d5316efb3df87c (patch) | |
tree | bba6702e54f124f42b7397cee89f09bdab86d2a8 /lib/libc | |
parent | af69e110db626a474fe139e02b3ba875d6354fdb (diff) |
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 , |