Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add Nm for __clone, man page is already linked ...



details:   https://anonhg.NetBSD.org/src/rev/43e2dbe993ad
branches:  trunk
changeset: 773232:43e2dbe993ad
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jan 29 11:44:54 2012 +0000

description:
Add Nm for __clone, man page is already linked to that name.
Noted by Abhinav Upadhyay.

diffstat:

 lib/libc/sys/clone.2 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4ebbbc8127b0 -r 43e2dbe993ad lib/libc/sys/clone.2
--- a/lib/libc/sys/clone.2      Sun Jan 29 11:37:44 2012 +0000
+++ b/lib/libc/sys/clone.2      Sun Jan 29 11:44:54 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: clone.2,v 1.12 2010/05/04 06:13:43 jruoho Exp $
+.\"    $NetBSD: clone.2,v 1.13 2012/01/29 11:44:54 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -31,7 +31,8 @@
 .Dt CLONE 2
 .Os
 .Sh NAME
-.Nm clone
+.Nm clone ,
+.Nm __clone
 .Nd spawn new process with options
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index