diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-07-23 19:58:39 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-07-23 19:58:39 +1200 |
commit | f21bccc341f29cecc193561cc4d523183dbc3a2a (patch) | |
tree | 48b492b96f9519385ed71f4c3474507c2905c0fe /man/man1 | |
parent | Remove custom length limit on login fortunes (diff) | |
download | dotfiles-f21bccc341f29cecc193561cc4d523183dbc3a2a.tar.gz dotfiles-f21bccc341f29cecc193561cc4d523183dbc3a2a.zip |
Rename vis(1) to eds(1)
vis(1) is in OpenBSD >=4.4 base
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/eds.1 | 15 | ||||
-rw-r--r-- | man/man1/vis.1 | 15 |
2 files changed, 15 insertions, 15 deletions
diff --git a/man/man1/eds.1 b/man/man1/eds.1 new file mode 100644 index 00000000..545f90fc --- /dev/null +++ b/man/man1/eds.1 @@ -0,0 +1,15 @@ +.TH VIS 1 "November 2015" "Manual page for eds" +.SH NAME +.B eds +\- create and edit personal scripts +.SH SYNOPSIS +.B eds [EDITOR_OPTS] [--] FILE1 [FILE2...] +.SH DESCRIPTION +Create and edit executable scripts in a directory EDSPATH (defaults to +~/.local/bin). Makes any created files executable for convenience. +.P + $ eds myscript + $ eds myscript newscript + $ EDITOR=vim eds -O tabone tabtwo +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> diff --git a/man/man1/vis.1 b/man/man1/vis.1 deleted file mode 100644 index 588cedb2..00000000 --- a/man/man1/vis.1 +++ /dev/null @@ -1,15 +0,0 @@ -.TH VIS 1 "November 2015" "Manual page for vis" -.SH NAME -.B vis -\- create and edit personal scripts -.SH SYNOPSIS -.B vis [EDITOR_OPTS] [--] FILE1 [FILE2...] -.SH DESCRIPTION -Create and edit executable scripts in a directory VISPATH (defaults to -~/.local/bin). Makes any created files executable for convenience. -.P - $ vis myscript - $ vis myscript newscript - $ EDITOR=vim vis -O tabone tabtwo -.SH AUTHOR -Tom Ryder <tom@sanctum.geek.nz> |