diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 03:44:55 +0000 |
commit | c9a0b521314010ea02baa07614fb4825386710bf (patch) | |
tree | d9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/sigsetops.3 | |
parent | a6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff) |
change some .Em/.Va to .Li, looks nicer
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 80446f6b405..1f6a541fafc 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigsetops.3,v 1.4 1999/06/03 10:03:23 aaron Exp $ +.\" $OpenBSD: sigsetops.3,v 1.5 1999/06/05 03:44:54 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,13 +55,13 @@ .Fn sigismember "sigset_t *set" "int signo" .Sh DESCRIPTION These functions manipulate signal sets stored in a -.Em sigset_t . +.Li sigset_t . Either .Fn sigemptyset or .Fn sigfillset must be called for every object of type -.Em sigset_t +.Li sigset_t before any other use of the object. .Fn sigemptyset and |