diff options
Diffstat (limited to 'lib/libc/gen/sigsetops.3')
-rw-r--r-- | lib/libc/gen/sigsetops.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3 index 1f6a541fafc..61e1692fdf2 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigsetops.3,v 1.5 1999/06/05 03:44:54 aaron Exp $ +.\" $OpenBSD: sigsetops.3,v 1.6 1999/07/09 13:35:19 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,9 +63,9 @@ or must be called for every object of type .Li sigset_t before any other use of the object. -.Fn sigemptyset +.Fn sigemptyset and -.Fn sigfillset +.Fn sigfillset are provided as macros, but actual functions are available if their names are undefined (with #undef .Ar name ) . |