Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 1998 16:37:24 GMT
From:      Zach Heilig <zach@gaffaneys.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/9158: 'security(1)' manual page is probably in the wrong directory..
Message-ID:  <199812211637.QAA28789@k6n1.znh.org>

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

>Number:         9158
>Category:       docs
>Synopsis:       'security(1)' manual page is probably in the wrong directory..
>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:   Mon Dec 21 08:40:00 PST 1998
>Last-Modified:
>Originator:     Zach Heilig
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

>Description:

The 'security' man page should probably be in section 7, not section 1.

>How-To-Repeat:

>Fix:

[ warning: cut/pasted diffs below! ]

$ mv /usr/src/share/man/man1/security.1 /usr/src/share/man/man7/security.7

/usr/src/share/man/man1/security.1
--- security.1  Mon Dec 21 10:33:52 1998
+++ security.7  Mon Dec 21 10:33:41 1998
@@ -33,7 +33,7 @@
 .\"    $Id: security.1,v 1.1 1998/12/19 09:33:03 dillon Exp $
 .\"
 .Dd December 30, 1993
-.Dt SECURITY 1
+.Dt SECURITY 7
 .Os
 .Sh NAME
 .Nm security

/usr/src/share/man/man1/Makefile
--- Makefile    1998/12/20 06:27:00     1.6
+++ Makefile    1998/12/21 16:34:42
@@ -1,7 +1,7 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 #      $Id: Makefile,v 1.6 1998/12/20 06:27:00 bde Exp $

-MAN1=  cd.1 intro.1 security.1 wait.1
+MAN1=  cd.1 intro.1 wait.1
 MLINKS=        intro.1 introduction.1

 .include <bsd.prog.mk>

/usr/src/share/man/man7/Makefile

--- Makefile    1998/11/26 00:21:24     1.8
+++ Makefile    1998/12/21 16:32:50
@@ -3,7 +3,7 @@

 #MISSING: eqnchar.7 ms.7 term.7
 MAN7=  ascii.7 clocks.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
-       man.7 mdoc.7 mdoc.samples.7 operator.7 ports.7
+       man.7 mdoc.7 mdoc.samples.7 operator.7 ports.7 security.7
 MLINKS=        intro.7 miscellaneous.7

 .include <bsd.prog.mk>
>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?199812211637.QAA28789>