diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 20:08:15 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-22 20:08:15 +0200 |
commit | 7448c22e29ee012c69b9bf9191f5efe00a26e30e (patch) | |
tree | e01f89e65078d3a80e7362070df9d0f844c7bb55 | |
parent | 05a219587336d51203196f5f809d1c5d9d93af7c (diff) | |
download | pass-7448c22e29ee012c69b9bf9191f5efe00a26e30e.tar.gz pass-7448c22e29ee012c69b9bf9191f5efe00a26e30e.tar.bz2 pass-7448c22e29ee012c69b9bf9191f5efe00a26e30e.zip |
EDITOR should be italicized.
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,12 +85,12 @@ before overwriting an existing password, unless \fI--force\fP or \fI-f\fP is spe .TP \fBedit\fP \fIpass-name\fP Insert a new password or edit an existing password using the default text editor specified -by the environment variable \fBEDITOR\fP or using +by the environment variable \fIEDITOR\fP or using .BR vi (1) as a fallback. This mode makes use of temporary files for editing, but care is taken to ensure that temporary files are created in \fI/dev/shm\fP in order to avoid writing to difficult-to-erase disk sectors. If \fI/dev/shm\fP is not accessible, fallback to -the ordinary \fBTMPDIR\fP location, and print a warning. +the ordinary \fITMPDIR\fP location, and print a warning. .TP \fBgenerate\fP [ \fI--no-symbols\fP, \fI-n\fP ] [ \fI--clip\fP, \fI-c\fP ] [ \fI--force\fP, \fI-f\fP ] \fIpass-name pass-length\fP Generate a new password using |