diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-09 12:59:29 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-09 12:59:29 +0000 |
commit | 4229eefdfad47b22de8882b471a4540e4b684aca (patch) | |
tree | b4d8e5bd5d2e72ebfc0e086e07aed507ec53c1f2 | |
parent | 937c618765df685745df89832bdc401b25cae504 (diff) |
Insert missing period.
-rw-r--r-- | lib/libc/sys/poll.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index 2141f43b771..e2af63826c5 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.8 2000/01/22 12:00:43 aaron Exp $ +.\" $OpenBSD: poll.2,v 1.9 2000/08/09 12:59:28 aaron Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -193,4 +193,4 @@ caught a signal during the polling process. A .Fn poll system call appeared in -.At V +.At V . |