aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-22 10:13:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-22 10:13:10 +1200
commitc83042d6701f275bd792fb15c889e780deddb14a (patch)
treecc6f6615267ce1ce8aae52e59477d8cea4dd8e73 /man
parentRemove reference to GitHub dotfiles pages (diff)
downloaddotfiles-c83042d6701f275bd792fb15c889e780deddb14a.tar.gz
dotfiles-c83042d6701f275bd792fb15c889e780deddb14a.zip
Rename binscripts more tersely
Diffstat (limited to 'man')
-rw-r--r--man/man1/scatter.115
-rw-r--r--man/man1/shock.116
-rw-r--r--man/man1/sls.1 (renamed from man/man1/shoal.1)12
-rw-r--r--man/man1/sra.115
-rw-r--r--man/man1/sta.116
-rw-r--r--man/man1/try.12
6 files changed, 38 insertions, 38 deletions
diff --git a/man/man1/scatter.1 b/man/man1/scatter.1
deleted file mode 100644
index 9d0beefc..00000000
--- a/man/man1/scatter.1
+++ /dev/null
@@ -1,15 +0,0 @@
-.TH SCATTER 1 "May 2014" "Manual page for scatter"
-.SH NAME
-.B scatter
-\- run a command on shoal(1) hosts
-.SH SYNOPSIS
-.B scatter
-.I COMMAND
-.SH DESCRIPTION
-.B scatter
-runs a nominated command on all the hosts returned by shoal(1), and prints the
-hostname, stdout, and stderr for each call.
-.SH SEE ALSO
-shock(1), shoal(1)
-.SH AUTHOR
-Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/shock.1 b/man/man1/shock.1
deleted file mode 100644
index 9864c451..00000000
--- a/man/man1/shock.1
+++ /dev/null
@@ -1,16 +0,0 @@
-.TH SHOCK 1 "May 2014" "Manual page for shock"
-.SH NAME
-.B shock
-\- run a command on shoal(1) hosts and print the hostname if successful
-.SH SYNOPSIS
-.B shock
-.I COMMAND
-.SH DESCRIPTION
-.B shock
-runs a nominated command on all the hosts returned by shoal(1), and prints the
-hostname if the command has an exit value of 0. The stdout from the commands is
-discarded.
-.SH SEE ALSO
-scatter(1), shoal(1)
-.SH AUTHOR
-Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/shoal.1 b/man/man1/sls.1
index 1ece346f..691c6abb 100644
--- a/man/man1/shoal.1
+++ b/man/man1/sls.1
@@ -1,17 +1,17 @@
-.TH SHOAL 1 "May 2014" "Manual page for shoal"
+.TH SLS 1 "May 2014" "Manual page for sls"
.SH NAME
-.B shoal
+.B sls
\- list the first hostname on each line of an ssh_config(5) file
.SH SYNOPSIS
-.B shoal
+.B sls
.I [SSH_CONFIG]
.SH DESCRIPTION
-.B shoal
+.B sls
reads an ssh_config(5) file, defaulting to ~/.ssh/config, and returns a
newline-delimited list of the first of the hostnames on each Host line in the
file, ignoring all other lines. Suitable for use in batch scripts like
-scatter(1).
+sra(1).
.SH SEE ALSO
-scatter(1), shock(1), ssh(1), ssh_config(5)
+sra(1), sta(1), ssh(1), ssh_config(5)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/sra.1 b/man/man1/sra.1
new file mode 100644
index 00000000..3ddc7ac7
--- /dev/null
+++ b/man/man1/sra.1
@@ -0,0 +1,15 @@
+.TH SRA 1 "May 2014" "Manual page for sra"
+.SH NAME
+.B sra
+\- run a command on sls(1) hosts
+.SH SYNOPSIS
+.B sra
+.I COMMAND
+.SH DESCRIPTION
+.B sra
+runs a nominated command on all the hosts returned by sls(1), and prints the
+hostname, stdout, and stderr for each call.
+.SH SEE ALSO
+sta(1), sls(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/sta.1 b/man/man1/sta.1
new file mode 100644
index 00000000..49d8bcbd
--- /dev/null
+++ b/man/man1/sta.1
@@ -0,0 +1,16 @@
+.TH STA 1 "May 2014" "Manual page for sta"
+.SH NAME
+.B sta
+\- run a command on sls(1) hosts and print the hostname if successful
+.SH SYNOPSIS
+.B sta
+.I COMMAND
+.SH DESCRIPTION
+.B sta
+runs a nominated command on all the hosts returned by sls(1), and prints the
+hostname if the command has an exit value of 0. The stdout from the commands is
+discarded.
+.SH SEE ALSO
+sra(1), sls(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/try.1 b/man/man1/try.1
index 6eb8bacc..d3dcd1de 100644
--- a/man/man1/try.1
+++ b/man/man1/try.1
@@ -13,7 +13,7 @@ optional number of seconds between attempts, and option -n specifies the number
of attempts; defaults to 3. Options may be terminated with --. The remaining
arguments are the command to run.
.P
- $ try getmails
+ $ try gms
$ try -v -n3 maybe
.SH SEE ALSO
maybe(1)