Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 19:06:04 +0400 (MSD)
From:      "Alexey M. Zelkin" <phantom@cris.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/13226: [PATCH] alpm.4 has not linked to .../man/man4
Message-ID:  <199908181506.TAA01170@scorpion.crimea.ua>

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

>Number:         13226
>Category:       docs
>Synopsis:       alpm.4 has not linked to .../man/man4
>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:   Wed Aug 18 10:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Zelkin
>Release:        FreeBSD 4.0-CURRENT
>Organization:
Home
>Environment:

-current about 4 days ago

>Description:

Author forgotten to add MLINKS. This caused makewhatis to say
"nothing appropriate". makewhatis(1) has no functionality to
go thru included man subdirectories like i386 and alpha. But
this functionality not need if all manpages linked correctly.

>How-To-Repeat:
>Fix:
	
Index: Makefile
===================================================================
RCS file: /usr/local/CVSROOT/src/share/man/man4/man4.i386/Makefile,v
retrieving revision 1.112
diff -c -r1.112 Makefile
*** Makefile	1999/07/27 06:52:46	1.112
--- Makefile	1999/08/18 15:02:30
***************
*** 18,23 ****
--- 18,24 ----
  MLINKS+=	ahc.4 ../ahc.4
  MLINKS+=	aic.4 ../aic.4
  MLINKS+=	al.4 ../al.4
+ MLINKS+=	alpm.4 ../alpm.4
  MLINKS+=	apm.4 ../apm.4
  MLINKS+=	ar.4 ../ar.4
  MLINKS+=	asc.4 ../asc.4

>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?199908181506.TAA01170>