summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2009-01-30 15:14:58 +0000
committergabor <gabor@FreeBSD.org>2009-01-30 15:14:58 +0000
commit6d59656f4cb7401d7f1caa1d1e50b8ce449e3f4b (patch)
tree0dbabb600bc5326a9783cd98f8c74e7de557479f /share
parent62cee65dbe25eb1b3e3ceac3074c771f3cc5dfa2 (diff)
downloadFreeBSD-src-6d59656f4cb7401d7f1caa1d1e50b8ce449e3f4b.zip
FreeBSD-src-6d59656f4cb7401d7f1caa1d1e50b8ce449e3f4b.tar.gz
- 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
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/Makefile3
-rw-r--r--share/man/man7/adding_user.7 (renamed from share/man/man8/adding_user.8)9
-rw-r--r--share/man/man8/Makefile3
3 files changed, 4 insertions, 11 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index fbe29d6..d979a64 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -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 \
diff --git a/share/man/man8/adding_user.8 b/share/man/man7/adding_user.7
index 2f4dab1..1b467714 100644
--- a/share/man/man8/adding_user.8
+++ b/share/man/man7/adding_user.7
@@ -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.
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 2f5d1cf..0b16544 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -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 \
OpenPOWER on IntegriCloud