summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-19 09:53:53 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-19 09:54:28 +0200
commit1c16630585b8b60502b8b46da3bd6ed2f1db4b09 (patch)
tree49fd7d23f93daed01d95b5a6073b839be1de76ec
parentf98c42d07969c307ac13b6a559b74e3f80cb98a4 (diff)
downloadshellpass-1c16630585b8b60502b8b46da3bd6ed2f1db4b09.tar
Format mdoc
-rw-r--r--shellpass.113
1 files changed, 8 insertions, 5 deletions
diff --git a/shellpass.1 b/shellpass.1
index f59eed1..92bc3e7 100644
--- a/shellpass.1
+++ b/shellpass.1
@@ -64,25 +64,28 @@ in
.Xr vi 1 ,
.Xr xclip 1
.Sh HISTORY
-The
+The
.Nm
-utility is obviously inspired by
+utility is obviously inspired by
.Xr pass 1 .
However,
.Nm
-specifically targets the Korn shell on OpenBSD and implements only an essential subset of the features of
+specifically targets the Korn shell on OpenBSD and implements only an essential
+subset of the features of
.Xr pass 1 .
.Sh AUTHORS
.An Stefan Kreutz Aq Mt mail@skreutz.com
.Sh CAVEATS
The
.Ar edit
-command ignores EDITOR and VISUAL to guard against automatically created backup, recovery, swap, undo, etc. files.
+command ignores EDITOR and VISUAL to guard against automatically created
+backup, recovery, swap, undo, etc. files.
.Sh BUGS
The
.Ar edit
command assumens that
.Xr rm 1
-is able to overwrite a temporary file in the user-specific TMPDIR or else /tmp in place.
+is able to overwrite a temporary file in the user-specific TMPDIR or else /tmp
+in place.
Consider to use a temporary file system in virtual memory using
.Xr mount_mfs 8 .
Generated by cgit. See skreutz.com for my tech blog and contact information.