diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-12 11:10:19 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-12 11:10:19 +0200 |
commit | 603eb4b926dd9785f5be33dce696d920a07899ed (patch) | |
tree | 746df0b70b25841d164591549fdb105a869b48a0 | |
parent | 17b2f358127d8c6c2f0340c7aa8bf55f15506506 (diff) | |
download | xutil-603eb4b926dd9785f5be33dce696d920a07899ed.tar.gz |
ep.1: Update
-rw-r--r-- | ep.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -15,15 +15,19 @@ redirects standard input to a temporary file, opens it in .Ev EDITOR -(or vi, if none is set) and prints the contents of the (edited) file on standard output. +(or +.Xr vi 1 , +if none is set) +and prints the contents of the (edited) file on standard output. .Pp .Nm can be used as a versatile option selector. -The following sequence is a quick way to delete all lines but the current in vi: +The following sequence is a quick way to delete all lines but the current in +.Xr vi 1 : .Dl :.w! . .Sh AUTHORS .Pp .Nm is written by John Ankarström -.Aq Mt john (at) ankarstrom.se . +.Aq Mt "john (at) ankarstrom.se" . |