aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/wscanf.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
commitae828962685b8ae9e5104ce8e7fe8b05effcb9ec (patch)
tree98ead4f30dc156961d0a69e06b26fd806200f3b6 /lib/libc/stdio/wscanf.3
parenta597332c22f4fda1d02426fc5fe0e18e3f5a6b10 (diff)
downloadsrc-ae828962685b8ae9e5104ce8e7fe8b05effcb9ec.tar.gz
src-ae828962685b8ae9e5104ce8e7fe8b05effcb9ec.zip
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
Notes
Notes: svn path=/head/; revision=107619
Diffstat (limited to 'lib/libc/stdio/wscanf.3')
-rw-r--r--lib/libc/stdio/wscanf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3
index bb432ad74e5c..e552246f322f 100644
--- a/lib/libc/stdio/wscanf.3
+++ b/lib/libc/stdio/wscanf.3
@@ -82,7 +82,7 @@ The
.Fn wscanf
function
reads input from the standard input stream
-.Em stdin ,
+.Dv stdin ,
.Fn fwscanf
reads input from the stream pointer
.Fa stream ,