summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
commit6cded4a3fdac7f3bf862d8b64ad4c758b3e691eb (patch)
tree37f96844351314fcf72a22d1983488b1640677e9 /lib/libc/gen
parentcda8ef6eceac8f14e649f7944e79a7fa5105d00b (diff)
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/ualarm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index b89f065fe17..f802b55d260 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.11 1999/07/09 13:35:19 aaron Exp $
+.\" $OpenBSD: ualarm.3,v 1.12 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@ argument is non-zero, the
signal will be sent
to the process every
.Fa interval
-microseconds after the timer expires (e.g. after
+microseconds after the timer expires (e.g., after
.Fa microseconds
number of microseconds have passed).
.Sh RETURN VALUES