summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commitb5c508fba33452c36601090d080ddc688efad870 (patch)
treebf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /lib/libc/stdio
parentbd4bd019fbc1618b7547bdae3000cc03228becf1 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fclose.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 16cec8b107b0..26ff25dad2a5 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -81,7 +81,9 @@ or
does not handle NULL arguments; they will result in a segmentation
violation.
This is intentional - it makes it easier to make sure programs written
-under FreeBSD are bug free.
+under
+.Fx
+are bug free.
This behaviour is an implementation detail, and programs should not
rely upon it.
.Sh SEE ALSO