Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Use Fn instead of Xr to ourselves in one place.



details:   https://anonhg.NetBSD.org/src/rev/86f399fc46a4
branches:  trunk
changeset: 533923:86f399fc46a4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jul 10 23:37:19 2002 +0000

description:
Use Fn instead of Xr to ourselves in one place.

diffstat:

 lib/libc/sys/vfork.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2605ae0e6408 -r 86f399fc46a4 lib/libc/sys/vfork.2
--- a/lib/libc/sys/vfork.2      Wed Jul 10 23:37:03 2002 +0000
+++ b/lib/libc/sys/vfork.2      Wed Jul 10 23:37:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vfork.2,v 1.19 2002/05/16 21:23:31 wiz Exp $
+.\"    $NetBSD: vfork.2,v 1.20 2002/07/10 23:37:19 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -124,7 +124,7 @@
 .\" This system call will be eliminated when proper system sharing
 .\" mechanisms are implemented.
 Users should not depend on the memory sharing semantics of
-.Xr vfork 2
+.Fn vfork
 as other ways of speeding up the fork process may be developed in
 the future.
 .Pp



Home | Main Index | Thread Index | Old Index