summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fputs.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 01:39:34 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 01:39:34 +0000
commit86dc15fa50c7e1bfea1a47fc0c7e7904189ec241 (patch)
treeed93ab9ee343ffbb5fe7dd7e7111e52afdfe0c3a /lib/libc/stdio/fputs.3
parent3ea7fdffeff7f332872e459691b6b73e30598291 (diff)
Flesh out all of the stdio man pages.
Diffstat (limited to 'lib/libc/stdio/fputs.3')
-rw-r--r--lib/libc/stdio/fputs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index 4f2f38fdeaf..424ec95f8bd 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fputs.3,v 1.3 1999/05/16 19:55:08 alex Exp $
+.\" $OpenBSD: fputs.3,v 1.4 2000/04/20 01:39:32 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,7 @@ writes the string pointed to by
to the stream pointed to by
.Fa stream .
.\" The terminating
-.\" .Dv NUL
+.\" .Tn NUL
.\" character is not written.
.Pp
The function