Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Drop superfluous Ns and fix a formatting glitch.



details:   https://anonhg.NetBSD.org/src/rev/4964f77939f6
branches:  trunk
changeset: 535508:4964f77939f6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 16:10:01 2002 +0000

description:
Drop superfluous Ns and fix a formatting glitch.

diffstat:

 lib/libc/stdio/tmpnam.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r eac5b4bd6c92 -r 4964f77939f6 lib/libc/stdio/tmpnam.3
--- a/lib/libc/stdio/tmpnam.3   Tue Aug 20 16:07:45 2002 +0000
+++ b/lib/libc/stdio/tmpnam.3   Tue Aug 20 16:10:01 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tmpnam.3,v 1.10 2002/08/10 16:34:29 yamt Exp $
+.\"    $NetBSD: tmpnam.3,v 1.11 2002/08/20 16:10:01 wiz Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -203,8 +203,9 @@
 interface).
 First, there is an obvious race between file name selection and file
 creation and deletion: the program is typically written to call
-.Fn tmpnam Ns ,
-.Fn tmpname Ns , or
+.Fn tmpnam ,
+.Fn tmpname ,
+or
 .Xr mktemp 3 .
 Subsequently, the program calls
 .Xr open 2



Home | Main Index | Thread Index | Old Index