- 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>
MFC after:	3 days
This commit is contained in:
Gabor Kovesdan 2009-01-30 15:14:58 +00:00
parent 1ccdc84fdd
commit 7bb456075e
3 changed files with 4 additions and 11 deletions

View File

@ -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 \

View File

@ -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.

View File

@ -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 \