From zach@gaffaneys.com  Mon Dec 21 08:37:52 1998
Received: from k6n1.znh.org (dialup7.gaffaneys.com [208.155.161.57])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15202
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Dec 1998 08:37:32 -0800 (PST)
          (envelope-from zach@gaffaneys.com)
Received: (from zach@localhost)
	by k6n1.znh.org (8.9.1/8.9.1) id QAA28789;
	Mon, 21 Dec 1998 16:37:24 GMT
	(envelope-from zach)
Message-Id: <199812211637.QAA28789@k6n1.znh.org>
Date: Mon, 21 Dec 1998 16:37:24 GMT
From: Zach Heilig <zach@gaffaneys.com>
Reply-To: zach@gaffaneys.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: 'security(1)' manual page is probably in the wrong directory..
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 21 08:40:00 PST 1998
>Closed-Date:    Mon Dec 21 18:37:44 PST 1998
>Last-Modified:  Mon Dec 21 18:39:00 PST 1998
>Originator:     Zach Heilig
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>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>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Mon Dec 21 18:37:44 PST 1998 
State-Changed-Why:  
Matt Dillon move the page to section 7 on 1998/12/20 20:11:25, thanks! 
>Unformatted:
