Date: Tue, 3 Feb 2009 14:32:06 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org Subject: svn commit: r188073 - in stable/6/share/man: man7 man8 Message-ID: <200902031432.n13EW69p032844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:32:06 2009 New Revision: 188073 URL: http://svn.freebsd.org/changeset/base/188073 Log: MFC: r187916 - Rename adding_user(8) to adding_user(7). There's no adding_user utility, but the man page describes conceptual information about the process of adding a user, thus it should belong to section 7. - Remove HISTORY and BUGS sections because of the aforementioned reason. PR: docs/130151 Submitted by: Marian Cerny <jojo@matfyz.cz> Added: stable/6/share/man/man7/adding_user.7 - copied, changed from r188071, stable/6/share/man/man8/adding_user.8 Deleted: stable/6/share/man/man8/adding_user.8 Modified: stable/6/share/man/man7/Makefile stable/6/share/man/man8/Makefile Modified: stable/6/share/man/man7/Makefile ============================================================================== --- stable/6/share/man/man7/Makefile Tue Feb 3 14:30:59 2009 (r188072) +++ stable/6/share/man/man7/Makefile Tue Feb 3 14:32:06 2009 (r188073) @@ -2,7 +2,8 @@ # $FreeBSD$ #MISSING: eqnchar.7 ms.7 term.7 -MAN= ascii.7 \ +MAN= adding_user.7 \ + ascii.7 \ bsd.snmpmod.mk.7 \ build.7 \ clocks.7 \ Copied and modified: stable/6/share/man/man7/adding_user.7 (from r188071, stable/6/share/man/man8/adding_user.8) ============================================================================== --- stable/6/share/man/man8/adding_user.8 Tue Feb 3 14:26:55 2009 (r188071, copy source) +++ stable/6/share/man/man7/adding_user.7 Tue Feb 3 14:32:06 2009 (r188073) @@ -32,7 +32,7 @@ .\" @(#)adduser.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd June 5, 1993 +.Dd Jan 30, 2009 .Dt ADDING_USER 8 .Os .Sh NAME @@ -108,10 +108,3 @@ skeletal login directory .Xr adduser 8 , .Xr pwd_mkdb 8 , .Xr vipw 8 -.Sh HISTORY -The -.Nm -utility appeared in -.Bx 3.0 . -.Sh BUGS -User information should (and eventually will) be stored elsewhere. Modified: stable/6/share/man/man8/Makefile ============================================================================== --- stable/6/share/man/man8/Makefile Tue Feb 3 14:30:59 2009 (r188072) +++ stable/6/share/man/man8/Makefile Tue Feb 3 14:32:06 2009 (r188073) @@ -1,8 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -MAN= adding_user.8 \ - crash.8 \ +MAN= crash.8 \ diskless.8 \ intro.8 \ MAKEDEV.8 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031432.n13EW69p032844>