Date: Sun, 28 Nov 1999 22:35:02 +0900 From: Kazuo Horikawa <k-horik@yk.rim.or.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/15140: pkg_version.1 manpage is installed in man8 directory Message-ID: <19991128223502G.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 15140 >Category: docs >Synopsis: pkg_version.1 manpage is installed in man8 directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:40:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 3.1-RELEASE i386 >Organization: jpman project >Environment: manpages.?? from 3.3-19991127-STABLE >Description: The pkg_version.1 manpage is installed in /usr/share/man/man8. I think that the pkg_version.1 manpage should be installed in /usr/share/man/man1, because other pkg_* manpages are installed in /usr/share/man/man1. >How-To-Repeat: $ ls /usr/share/man/man1/pkg* $ ls /usr/share/man/man8/pkg* >Fix: In src/usr.sbin/pkg_install/version/Makefile MAN8= pkg_version.1 should be MAN1= pkg_version.1 >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?19991128223502G.k-horik>