summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-10-03 16:17:30 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-10-03 16:17:30 +0000
commitaef1f383cff8d317d4b8161ffc59681083e6690c (patch)
treea4be9286c992fca56438516b6294480fa16714fa /lib/libc/stdio
parentfd5e555c485fdb1cfa5b0231ee3fee3c25c4a2dd (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fclose.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 3e3e0f5d656d..e8c406681572 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1990, 1991, 1993
+>.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
@@ -83,7 +83,7 @@ or
If passed a NULL argument,
.Fn fclose
will dump core. This is intentional, as it makes it easier to make
-sure program written under FreeBSD are bug free.
+sure programs written under FreeBSD are bug free.
.Sh SEE ALSO
.Xr close 2 ,
.Xr fflush 3 ,