Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Use Fn for function name.



details:   https://anonhg.NetBSD.org/src/rev/eb863976e5cf
branches:  trunk
changeset: 821914:eb863976e5cf
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Feb 21 19:53:20 2017 +0000

description:
Use Fn for function name.

diffstat:

 lib/libc/gen/popen.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r cf5f6b23dfe7 -r eb863976e5cf lib/libc/gen/popen.3
--- a/lib/libc/gen/popen.3      Tue Feb 21 18:47:40 2017 +0000
+++ b/lib/libc/gen/popen.3      Tue Feb 21 19:53:20 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: popen.3,v 1.20 2015/01/21 08:35:31 wiz Exp $
+.\"    $NetBSD: popen.3,v 1.21 2017/02/21 19:53:20 abhinav Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -57,15 +57,15 @@
 forking,
 and invoking the shell.
 Historically,
-.Nm popen
+.Fn popen
 was implemented with a unidirectional pipe;
 hence many implementations of
-.Nm popen
+.Fn popen
 only allow the
 .Fa type
 argument to specify reading or writing, not both.
 Since
-.Nm popen
+.Fn popen
 is now implemented using sockets, the
 .Fa type
 may request a bidirectional data flow.



Home | Main Index | Thread Index | Old Index