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/stdio.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/stdio.3') diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index d1e53c3..637f3c1 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -127,9 +127,9 @@ opened explicitly: (for writing diagnostic output). .El These streams are abbreviated -.Em stdin , stdout +.Dv stdin , stdout and -.Em stderr . +.Dv stderr . Initially, the standard error stream is unbuffered; the standard input and output streams are fully buffered if and only if the streams do not refer to -- cgit v1.1