aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgets.3
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-12 16:13:41 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-12 16:13:41 +0000
commit54e4e385de33a961e801ceeea8146437e25edd88 (patch)
tree8937b8185655025519cc44865535915faec9b620 /lib/libc/stdio/fgets.3
parent7eeaf6dce8e5124bdaad05334e228d0d555ebbb4 (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 e536b2157534..7a63039b21b3 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -48,7 +48,7 @@
.Sh SYNOPSIS
.In stdio.h
.Ft char *
-.Fn fgets "char *str" "int size" "FILE *stream"
+.Fn fgets "char * restrict str" "int size" "FILE * restrict stream"
.Ft char *
.Fn gets "char *str"
.Sh DESCRIPTION
@@ -163,4 +163,4 @@ The functions
and
.Fn gets
conform to
-.St -isoC .
+.St -isoC-99 .