Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Nov 2000 00:07:50 +1100 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/22601: Missing links for namei.9
Message-ID:  <20001104130750.D00ACA82B@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help

>Number:         22601
>Category:       docs
>Synopsis:       Missing links for namei.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 05:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
UgH!
>Environment:

	

>Description:

namei.9 is also the man page for NDINIT and NDFREE however the symlinks aren't
made.

>How-To-Repeat:

	

>Fix:

Patch for /usr/src/share/man/man9/Makefile:

--- Makefile.orig	Sat Nov  4 23:03:53 2000
+++ Makefile	Sat Nov  4 23:03:20 2000
@@ -68,6 +68,7 @@
 MLINKS+=make_dev.9 destroy_dev.9
 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
 MLINKS+=mi_switch.9 cpu_switch.9
+MLINKS+=namei.9 NDINIT.9 namei.9 NDFREE.9
 MLINKS+=posix4.9 p1003_1b.9
 MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
 MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001104130750.D00ACA82B>