diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/passwd/passwd.1 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/passwd/passwd.1')
-rw-r--r-- | usr.bin/passwd/passwd.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 496820e21c6..2702266d0c5 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.7 1998/09/27 16:57:49 aaron Exp $ +.\" $OpenBSD: passwd.1,v 1.8 1999/06/05 01:21:36 aaron Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +34,7 @@ .\" .Dd July 24, 1991 .Dt PASSWD 1 -.Os BSD 4 +.Os .Sh NAME .Nm passwd .Nd modify a user's password @@ -84,21 +84,21 @@ communicates the new password information to the Kerberos authenticating host. .El .Pp -The following flags are only used when the +The following flags are only used when the .Fl k flag is specified: .Bl -tag -width flag .It Fl n Ar name -Specifies a +Specifies a .Ar name that will be used as the principal name rather than the username of the user running .Nm passwd . -(This is determined from the ticket file if it exists; otherwise, +(This is determined from the ticket file if it exists; otherwise, it is determined from the Unix user ID.) .It Fl i Ar instance -Specifies an -.Ar instance +Specifies an +.Ar instance to use rather than a null instance. .It Fl r Ar realm Specifies a @@ -126,13 +126,13 @@ if only the local password is modified. .Pp Which type of cipher is used to encrypt the password information depends on the configuration in -.Xr passwd.conf 5 . +.Xr passwd.conf 5 . It can be different for local and YP passwords. .Sh FILES .Bl -tag -width /etc/master.passwd -compact .It Pa /etc/master.passwd user database -.It Pa /etc/passwd +.It Pa /etc/passwd a Version 7 format password file .It Pa /etc/passwd.XXXXXX temporary copy of the password file |