svn commit: r188072 - in stable/7/share/man: man7 man8

Gabor Kovesdan gabor at FreeBSD.org
Tue Feb 3 06:31:00 PST 2009


Author: gabor (doc,ports committer)
Date: Tue Feb  3 14:30:59 2009
New Revision: 188072
URL: http://svn.freebsd.org/changeset/base/188072

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 at matfyz.cz>

Added:
  stable/7/share/man/man7/adding_user.7
     - copied, changed from r188071, stable/7/share/man/man8/adding_user.8
Deleted:
  stable/7/share/man/man8/adding_user.8
Modified:
  stable/7/share/man/man7/Makefile
  stable/7/share/man/man8/Makefile

Modified: stable/7/share/man/man7/Makefile
==============================================================================
--- stable/7/share/man/man7/Makefile	Tue Feb  3 14:26:55 2009	(r188071)
+++ stable/7/share/man/man7/Makefile	Tue Feb  3 14:30:59 2009	(r188072)
@@ -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/7/share/man/man7/adding_user.7 (from r188071, stable/7/share/man/man8/adding_user.8)
==============================================================================
--- stable/7/share/man/man8/adding_user.8	Tue Feb  3 14:26:55 2009	(r188071, copy source)
+++ stable/7/share/man/man7/adding_user.7	Tue Feb  3 14:30:59 2009	(r188072)
@@ -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/7/share/man/man8/Makefile
==============================================================================
--- stable/7/share/man/man8/Makefile	Tue Feb  3 14:26:55 2009	(r188071)
+++ stable/7/share/man/man8/Makefile	Tue Feb  3 14:30:59 2009	(r188072)
@@ -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 \


More information about the svn-src-all mailing list