summary refs log tree commit diff
path: root/bin
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
parentCreate cash-printf.1 (diff)
downloadsrc-ee2ab2204b78085cfd02356f534e1443705611ef.tar.gz
src-ee2ab2204b78085cfd02356f534e1443705611ef.zip
Reference cash-specific builtin man pages
Diffstat (limited to '')
-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
29b6c1361074cbac5dec6afee79d7&follow=1'>t0001: validate Git -rcN version numbers correctlyJohn Keeping 2013-04-27git: update to 1.8.2.2John Keeping 2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer