pw_init(3): Use .Ev for EDITOR
This commit is contained in:
parent
1629a6ba54
commit
4562d402f9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pw_init.3,v 1.16 2017/07/03 21:32:51 wiz Exp $
|
||||
.\" $NetBSD: pw_init.3,v 1.17 2022/12/04 11:16:39 uwe Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -78,9 +78,13 @@ disabling most signals.
|
|||
.Pp
|
||||
The
|
||||
.Fn pw_edit
|
||||
function runs an editor (named by the environment variable EDITOR, or
|
||||
function runs an editor (named by the environment variable
|
||||
.Ev EDITOR ,
|
||||
or
|
||||
.Pa /usr/bin/vi
|
||||
if EDITOR is not set) on the file
|
||||
if
|
||||
.Ev EDITOR
|
||||
is not set) on the file
|
||||
.Fa filename
|
||||
(or
|
||||
.Pa /etc/ptmp
|
||||
|
|
Loading…
Reference in New Issue