summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-15 06:39:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-15 06:39:24 +0000
commit37bf6fb10a339585060709aa2995c4ce3f544dd0 (patch)
treea5839f46ff9e352885c5c3544d60c24c13a51c93 /lib
parent72370f353be85f12f85c98d3a5a40f133feeb416 (diff)
mark up `>';
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/fgets.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 65b72fe0b7e..9f84e30b1e5 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgets.3,v 1.23 2006/10/14 23:57:39 cloder Exp $
+.\" $OpenBSD: fgets.3,v 1.24 2006/10/15 06:39:23 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -160,8 +160,8 @@ while (fgets(buf, sizeof(buf), fp) != NULL) {
}
.Ed
.Pp
-While the error would be true if a line > 1023 characters were read, it would
-be false in two other cases:
+While the error would be true if a line \*(Gt 1023 characters were read,
+it would be false in two other cases:
.Bl -enum -offset indent
.It
If the last line in a file does not contain a newline, the string returned by