diff options
-rw-r--r-- | lib/libc/stdio/fclose.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 3e3e0f5..e8c4066 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 , |