From ea13b9803b8a849cb95aa4a9b15b1f007b9fd3b0 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 4 Dec 2002 18:57:46 +0000 Subject: Consistently mark std(in|out|err) with .Dv, because that's how they are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re --- lib/libc/stdio/fputs.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/fputs.3') diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 12486bd..c51213d 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 -- cgit v1.1