Module Name: src Committed By: wiz Date: Sat Nov 4 07:59:17 UTC 2017
Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Fix xref. Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/stdio/fopen.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/fopen.3 diff -u src/lib/libc/stdio/fopen.3:1.32 src/lib/libc/stdio/fopen.3:1.33 --- src/lib/libc/stdio/fopen.3:1.32 Sat Nov 4 02:49:55 2017 +++ src/lib/libc/stdio/fopen.3 Sat Nov 4 07:59:17 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: fopen.3,v 1.32 2017/11/04 02:49:55 christos Exp $ +.\" $NetBSD: fopen.3,v 1.33 2017/11/04 07:59:17 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -99,11 +99,11 @@ is ignored. .It Sq e The letter .Sq e -in the mode string sets the close-on-exec +in the mode string sets the close-on-exec .Pq Dv O_CLOEXEC flag of the file descriptor, which means that it will not be available after an -.Xr exec 2 +.Xr exec 3 system call. This is a non .St -ansiC @@ -221,9 +221,7 @@ Upon successful completion .Fn fdopen and .Fn freopen -return a -.Tn FILE -pointer. +return a FILE pointer. Otherwise, .Dv NULL is returned and the global variable