summary refs log tree commit diff
path: root/bin/catsh/catsh.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-06-24 18:41:11 -0400
committerJune McEnroe <june@causal.agency>2019-06-24 18:41:11 -0400
commit52dfc6d4da040a3dd2718826c35dce0373d0c8e6 (patch)
treefd0e0604fc3d5ade23e784ba45271a210ba378ec /bin/catsh/catsh.1
parentSet LESS=FRX (diff)
downloadsrc-52dfc6d4da040a3dd2718826c35dce0373d0c8e6.tar.gz
src-52dfc6d4da040a3dd2718826c35dce0373d0c8e6.zip
Consolidate catsh history documentation
Diffstat (limited to 'bin/catsh/catsh.1')
-rw-r--r--bin/catsh/catsh.134
1 files changed, 29 insertions, 5 deletions
diff --git a/bin/catsh/catsh.1 b/bin/catsh/catsh.1
index ab5c608e..e013a452 100644
--- a/bin/catsh/catsh.1
+++ b/bin/catsh/catsh.1
@@ -32,7 +32,7 @@
 .\"	from: @(#)sh.1	8.6 (Berkeley) 5/4/95
 .\" $FreeBSD: releng/12.0/bin/sh/sh.1 336483 2018-07-19 13:09:29Z 0mp $
 .
-.Dd January 10, 2019
+.Dd June 24, 2019
 .Dt CATSH 1
 .Os
 .
@@ -3205,10 +3205,34 @@ license after the Bourne shell from
 .Pp
 The
 .Nm
-utility is based on
-.Xr sh 1
-from
-.Fx 12.0 .
+sources were imported from
+.Fx 12.0
+.Xr sh 1 .
+Bundled
+.Xr editline 3
+sources were imported from
+.Nx 8.0 .
+.
+.Ss Differences from sh
+.Bl -bullet -compact
+.It
+.Va ENV
+has a default value.
+.It
+Further prompt customization with
+.Va PS0 ,
+.Va RPS1 ,
+.Va RPS2 ,
+.Va PSlit .
+.It
+.Va HOME
+is shortened to
+.Sq ~
+in prompt expansion.
+.It
+.Ic fc Fl s Ar = Ns Ar new
+prefixes commands.
+.El
 .
 .Sh AUTHORS
 .An -nosplit