aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fputs.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fputs.3')
-rw-r--r--lib/libc/stdio/fputs.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index 12486bd1db3b..c51213d73cbc 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -68,7 +68,7 @@ writes the string
.Fa str ,
and a terminating newline character,
to the stream
-.Em stdout .
+.Dv stdout .
.Sh RETURN VALUES
The
.Fn fputs