aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigwait.2
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
commit2a53c5ec96956e0718b1a2db43bd3dc5f8bac982 (patch)
tree52fc5f24fa104543932c61dce66a2ce8c4fba6f5 /lib/libc/sys/sigwait.2
parent2b8dd5f402fa0f944631ed34b833477b5414ab97 (diff)
downloadsrc-2a53c5ec96956e0718b1a2db43bd3dc5f8bac982.tar.gz
src-2a53c5ec96956e0718b1a2db43bd3dc5f8bac982.zip
mdoc(7) cleanup:
. use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
Notes
Notes: svn path=/head/; revision=59944
Diffstat (limited to 'lib/libc/sys/sigwait.2')
-rw-r--r--lib/libc/sys/sigwait.211
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2
index 3839d1762eab..e7ca3a036844 100644
--- a/lib/libc/sys/sigwait.2
+++ b/lib/libc/sys/sigwait.2
@@ -73,13 +73,12 @@ will fail if:
specifies one or more invalid signal numbers.
.El
.Sh SEE ALSO
-.Xr pause 3 ,
-.Xr pthread_sigmask 3 ,
.Xr sigaction 2 ,
.Xr sigpending 2 ,
-.Xr sigsuspend 2
+.Xr sigsuspend 2 ,
+.Xr pause 3 ,
+.Xr pthread_sigmask 3
.Sh STANDARDS
.Fn sigwait
-conforms to ISO/IEC 9945-1 ANSI/IEEE
-.Pq Dq Tn POSIX
-Std 1003.1 1996 Edition.
+conforms to
+.St -iso9945-1