aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgets.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-26 13:23:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-26 13:23:47 +0000
commit588a200ce1e5c42fc09771659c6a1f9af0ee7857 (patch)
treef66dabd4f254cdfd9b6fbcc230094c04e8c52abb /lib/libc/stdio/fgets.3
parent205274e87dae20b4f5deea4d572ff20ee42ae55d (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/fgets.3')
-rw-r--r--lib/libc/stdio/fgets.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index dda95dc96b95..c10a65757771 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -143,7 +143,7 @@ The functions
and
.Fn gets
conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Since it is usually impossible to ensure that the next input line
is less than some arbitrary length, and because overflowing the
@@ -156,4 +156,4 @@ The
.Fn gets
function
exists purely to conform to
-.St -ansiC .
+.St -isoC .