diff options
author | pluknet <pluknet@FreeBSD.org> | 2016-09-27 19:00:22 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2016-09-27 19:00:22 +0000 |
commit | 1bb92b4e03440f10fd31b47e46fec5b6a6957d7e (patch) | |
tree | 58eddc0b28fc2ed7fe9b5dba3affb0a688eedf88 /lib/libc | |
parent | 8bf475baaa5795d0c7ab4e3ecb8ca0a5b3861d06 (diff) | |
download | FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.zip FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.tar.gz |
MFC r274925: misc mdoc fixes.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/poll.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index a1c7ada..466523b 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -180,7 +180,6 @@ specifies a signal mask which is set while waiting for input. When .Fn ppoll returns, the original signal mask is restored. -.Pp .Bd -literal struct timespec { time_t tv_sec; /* seconds */ |