summary refs log tree commit diff
path: root/bin/cash
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 22:50:23 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 22:50:23 -0500
commitee2ab2204b78085cfd02356f534e1443705611ef (patch)
tree1f3b4b6f17844ebef4dd4d309f29593dc4f2d641 /bin/cash
parentCreate cash-printf.1 (diff)
downloadsrc-ee2ab2204b78085cfd02356f534e1443705611ef.tar.gz
src-ee2ab2204b78085cfd02356f534e1443705611ef.zip
Reference cash-specific builtin man pages
Diffstat (limited to 'bin/cash')
-rw-r--r--bin/cash/cash.18
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/cash/cash.1 b/bin/cash/cash.1
index ae8e7d00..1d027d1a 100644
--- a/bin/cash/cash.1
+++ b/bin/cash/cash.1
@@ -1908,6 +1908,8 @@ it is sought in the current working directory.
 .It Ic \&[
 A built-in equivalent of
 .Xr test 1 .
+This version is documented in
+.Xr cash-test 1 .
 .It Ic alias Oo Ar name Ns Oo = Ns Ar string Oc ... Oc
 If
 .Ar name Ns = Ns Ar string
@@ -2366,6 +2368,8 @@ line.
 A built-in equivalent of
 .Xr kill 1
 that additionally supports sending signals to jobs.
+This version is documented in
+.Xr cash-kill 1 .
 .It Ic local Oo Ar variable ... Oc Op Fl
 See the
 .Sx Functions
@@ -2373,6 +2377,8 @@ subsection.
 .It Ic printf
 A built-in equivalent of
 .Xr printf 1 .
+This version is documented in
+.Xr cash-printf 1 .
 .It Ic pwd Op Fl L | P
 Print the path of the current directory.
 The built-in command may
@@ -2562,6 +2568,8 @@ should be avoided, since the shell may abort.
 .It Ic test
 A built-in equivalent of
 .Xr test 1 .
+This version is documented in
+.Xr cash-test 1 .
 .It Ic times
 Print the amount of time spent executing the shell process and its children.
 The first output line shows the user and system times for the shell process
ar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe