diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2013-04-22 21:33:17 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2013-04-22 21:33:17 +0000 |
commit | 9aad500f837f6ecaa7f106247dfc128e883b60dc (patch) | |
tree | 5ea3f6fc6d0c7fcc6c2ef25556d1acff6b0e8796 /lib/libc | |
parent | baf21a574b6f301e0ead8bd0d0191cb8c46030ef (diff) |
Fixed typo.
ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/signal.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 89bc20d6229..51e13b51c84 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.39 2012/04/03 23:06:11 matthew Exp $ +.\" $OpenBSD: signal.3,v 1.40 2013/04/22 21:33:16 tobias Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2012 $ +.Dd $Mdocdate: April 22 2013 $ .Dt SIGNAL 3 .Os .Sh NAME @@ -361,7 +361,7 @@ Base Interfaces: .Fn unlink , .Fn unlinkat , .Fn utime , -.Fn utimensat . +.Fn utimensat , .Fn utimes , .Fn wait , .Fn waitpid , |