Module Name: src
Committed By: wiz
Date: Sun Jan 29 11:44:54 UTC 2012
Modified Files:
src/lib/libc/sys: clone.2
Log Message:
Add Nm for __clone, man page is already linked to that name.
Noted by Abhinav Upadhyay.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/sys/clone.2
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/sys/clone.2
diff -u src/lib/libc/sys/clone.2:1.12 src/lib/libc/sys/clone.2:1.13
--- src/lib/libc/sys/clone.2:1.12 Tue May 4 06:13:43 2010
+++ src/lib/libc/sys/clone.2 Sun Jan 29 11:44:54 2012
@@ -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