summaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
commit954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch)
tree871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/chpass
parent7da7265de4dc122cf4762c2707b245904c8acdd7 (diff)
- section reorder
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/chpass.152
1 files changed, 26 insertions, 26 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1
index dc73001ecc8..a375d661c8e 100644
--- a/usr.bin/chpass/chpass.1
+++ b/usr.bin/chpass/chpass.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chpass.1,v 1.28 2003/06/03 02:56:06 millert Exp $
+.\" $OpenBSD: chpass.1,v 1.29 2003/06/10 09:12:09 jmc Exp $
.\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $
.\"
.\" Copyright (c) 1988, 1990, 1993
@@ -177,7 +177,7 @@ field specifies a key in the
database of login class attributes.
If empty, the
.Dq default
-record is used.
+record is used.
.Pp
The user's
.Ar home directory
@@ -211,6 +211,30 @@ Once the information has been verified,
uses
.Xr pwd_mkdb 8
to update the user database.
+.Sh ENVIRONMENT
+The
+.Xr vi 1
+editor will be used unless the environment variable
+.Ev EDITOR
+is set to
+an alternate editor.
+When the editor terminates, the information is re-read and used to
+update the user database itself.
+Only the user, or the superuser, may edit the information associated
+with the user.
+.Sh FILES
+.Bl -tag -width /var/tmp/pw.XXXXXXXX -compact
+.It Pa /etc/master.passwd
+user database
+.It Pa /etc/passwd
+a Version 7 format password file
+.It Pa /etc/ptmp
+lock file for the passwd database
+.It Pa /etc/shells
+list of approved shells
+.It Pa /var/tmp/pw.XXXXXXXX
+temporary copy of the user passwd information
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "Attempting lock password file, please wait or press ^C to abort"
@@ -237,30 +261,6 @@ If no process is listed, it is safe to remove the
.Pa /etc/ptmp
file to clear the error.
.El
-.Sh ENVIRONMENT
-The
-.Xr vi 1
-editor will be used unless the environment variable
-.Ev EDITOR
-is set to
-an alternate editor.
-When the editor terminates, the information is re-read and used to
-update the user database itself.
-Only the user, or the superuser, may edit the information associated
-with the user.
-.Sh FILES
-.Bl -tag -width /var/tmp/pw.XXXXXXXX -compact
-.It Pa /etc/master.passwd
-user database
-.It Pa /etc/passwd
-a Version 7 format password file
-.It Pa /etc/ptmp
-lock file for the passwd database
-.It Pa /etc/shells
-list of approved shells
-.It Pa /var/tmp/pw.XXXXXXXX
-temporary copy of the user passwd information
-.El
.Sh SEE ALSO
.Xr finger 1 ,
.Xr login 1 ,