summary refs log tree commit diff
path: root/bin/1sh/1sh.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/1sh/1sh.1 (renamed from bin/catsh/catsh.1)24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/catsh/catsh.1 b/bin/1sh/1sh.1
index e013a452..42d683a8 100644
--- a/bin/catsh/catsh.1
+++ b/bin/1sh/1sh.1
@@ -33,12 +33,12 @@
 .\" $FreeBSD: releng/12.0/bin/sh/sh.1 336483 2018-07-19 13:09:29Z 0mp $
 .
 .Dd June 24, 2019
-.Dt CATSH 1
+.Dt 1SH 1
 .Os
 .
 .Sh NAME
-.Nm catsh
-.Nd a shell
+.Nm 1sh
+.Nd a (one) shell
 .
 .Sh SYNOPSIS
 .Nm
@@ -142,7 +142,7 @@ The default value of
 .Ev ENV
 is:
 .Pp
-.Dl "ENV=$XDG_CONFIG_HOME/catsh/env.sh"
+.Dl "ENV=$XDG_CONFIG_HOME/1sh/env.sh"
 .
 .Pp
 The first non-option argument specified on the command line
@@ -335,7 +335,7 @@ The surrounding shell may kill the child
 or it may just return control to the tty and leave the child alone,
 like this:
 .Bd -literal -offset indent
-catsh -T -c "trap 'exit 1' 2 ; some-blocking-program"
+1sh -T -c "trap 'exit 1' 2 ; some-blocking-program"
 .Ed
 .
 .It Fl u Li nounset
@@ -2141,7 +2141,7 @@ it is sought in the current working directory.
 A built-in equivalent of
 .Xr test 1 .
 This version is documented in
-.Xr catsh-test 1 .
+.Xr 1sh-test 1 .
 .
 .It Ic alias Oo Ar name Ns Oo = Ns Ar string Oc ... Oc
 If
@@ -2654,7 +2654,7 @@ A built-in equivalent of
 .Xr kill 1
 that additionally supports sending signals to jobs.
 This version is documented in
-.Xr catsh-kill 1 .
+.Xr 1sh-kill 1 .
 .
 .It Ic local Oo Ar variable ... Oc Op Fl
 See the
@@ -2665,7 +2665,7 @@ subsection.
 A built-in equivalent of
 .Xr printf 1 .
 This version is documented in
-.Xr catsh-printf 1 .
+.Xr 1sh-printf 1 .
 .
 .It Ic pwd Op Fl L | P
 Print the path of the current directory.
@@ -2872,7 +2872,7 @@ should be avoided, since the shell may abort.
 A built-in equivalent of
 .Xr test 1 .
 This version is documented in
-.Xr catsh-test 1 .
+.Xr 1sh-test 1 .
 .
 .It Ic times
 Print the amount of time spent executing the shell process and its children.
@@ -3165,10 +3165,10 @@ builtin is used with a numeric argument, it
 will return the argument.
 .
 .Sh SEE ALSO
+.Xr 1sh-kill 1 ,
+.Xr 1sh-printf 1 ,
+.Xr 1sh-test 1 ,
 .Xr builtin 1 ,
-.Xr catsh-kill 1 ,
-.Xr catsh-printf 1 ,
-.Xr catsh-test 1 ,
 .Xr chsh 1 ,
 .Xr echo 1 ,
 .Xr ed 1 ,