diff options
author | 1998-03-18 12:28:00 +0000 | |
---|---|---|
committer | 1998-03-18 12:28:00 +0000 | |
commit | 5abb12c9666e76e2c2bc7de2b41436077695254b (patch) | |
tree | 844a44d0bcdd97f1297fb516e85dca9ff78adffa | |
parent | sync (diff) | |
download | wireguard-openbsd-5abb12c9666e76e2c2bc7de2b41436077695254b.tar.xz wireguard-openbsd-5abb12c9666e76e2c2bc7de2b41436077695254b.zip |
.Ev EDITOR
-rw-r--r-- | usr.bin/chpass/chpass.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 361917b5fa9..41e31baaf20 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.4 1998/03/15 11:53:23 gene Exp $ +.\" $OpenBSD: chpass.1,v 1.5 1998/03/18 12:28:00 deraadt Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -194,7 +194,9 @@ to update the user database. .Sh ENVIRONMENT The .Xr vi 1 -editor will be used unless the environment variable EDITOR is set to +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. |