diff options
author | bde <bde@FreeBSD.org> | 1996-09-28 13:18:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-09-28 13:18:12 +0000 |
commit | fe6f7878fc945dcf04c2dc5d0867b41542b68ad6 (patch) | |
tree | c01153778fa9a7ff562c3da2b80b9366110bc9bd /lib/libc/stdio/stdio.3 | |
parent | 8dd1904c30af15d88628b33114aaa011d091ea04 (diff) | |
download | FreeBSD-src-fe6f7878fc945dcf04c2dc5d0867b41542b68ad6.zip FreeBSD-src-fe6f7878fc945dcf04c2dc5d0867b41542b68ad6.tar.gz |
.DV -> .Dv (FOPEN_MAX was invisible).
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 3bde13c..5b200c0 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -169,7 +169,7 @@ without first removing their current definitions with .Dv BUFSIZ , .Dv EOF , .Dv FILENAME_MAX , -.DV FOPEN_MAX , +.Dv FOPEN_MAX , .Dv L_cuserid , .Dv L_ctermid , .Dv L_tmpnam, |