diff options
author | 2003-07-01 13:55:58 +0000 | |
---|---|---|
committer | 2003-07-01 13:55:58 +0000 | |
commit | d024569fa4e28a38bb1d5e307a98df9c0092997b (patch) | |
tree | f9a99ed972b7dfed7111f0b9bd6c040816ffd22e | |
parent | rewrite to not use mmap(2). solves a bunch of issues: (diff) | |
download | wireguard-openbsd-d024569fa4e28a38bb1d5e307a98df9c0092997b.tar.xz wireguard-openbsd-d024569fa4e28a38bb1d5e307a98df9c0092997b.zip |
update the table contents as well as the table width
pointed out by Dr. Mdoc jmc@
-rw-r--r-- | usr.bin/chpass/chpass.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 5d83acc265e..406a6c782f5 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.30 2003/07/01 01:01:28 avsm Exp $ +.\" $OpenBSD: chpass.1,v 1.31 2003/07/01 13:55:58 avsm Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -232,7 +232,7 @@ a Version 7 format password file lock file for the passwd database .It Pa /etc/shells list of approved shells -.It Pa /var/tmp/pw.XXXXXXXX +.It Pa /var/tmp/pw.XXXXXXXXXX temporary copy of the user passwd information .El .Sh DIAGNOSTICS |