diff options
author | 2006-10-15 06:39:23 +0000 | |
---|---|---|
committer | 2006-10-15 06:39:23 +0000 | |
commit | 472da2085c41e5e3dd6d66e3125be979880f6ba4 (patch) | |
tree | a21cd75fe659b33527ff4d9481cd38cf0a55844a /lib/libc/stdio | |
parent | regen (diff) | |
download | wireguard-openbsd-472da2085c41e5e3dd6d66e3125be979880f6ba4.tar.xz wireguard-openbsd-472da2085c41e5e3dd6d66e3125be979880f6ba4.zip |
mark up `>';
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 6 |
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 |