Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix section (3 -> 2) in openat xref.



details:   https://anonhg.NetBSD.org/src/rev/85493c0da804
branches:  trunk
changeset: 785989:85493c0da804
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Apr 09 13:29:07 2013 +0000

description:
Fix section (3 -> 2) in openat xref.

diffstat:

 share/man/man9/namei.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa35993bec35 -r 85493c0da804 share/man/man9/namei.9
--- a/share/man/man9/namei.9    Tue Apr 09 13:09:12 2013 +0000
+++ b/share/man/man9/namei.9    Tue Apr 09 13:29:07 2013 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namei.9,v 1.30 2012/11/05 22:44:22 wiz Exp $
+.\"     $NetBSD: namei.9,v 1.31 2013/04/09 13:29:07 njoly Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -387,7 +387,7 @@
 This supersedes the current process's current working directory as the
 initial point of departure for looking up relative paths.
 This mechanism is used by
-.Xr openat 3
+.Xr openat 2
 and related calls.
 .It Fn namei_simple_kernel "path" "sflags" "ret"
 Look up the path



Home | Main Index | Thread Index | Old Index