1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
--- obosh/obosh.1.orig 2022-10-16 15:57:08 UTC
+++ obosh/obosh.1
@@ -65,30 +65,16 @@ sh, obosh, jsh \- standard and job control shell and c
.SH SYNOPSIS
.LP
.nf
-.B /usr/bin/sh\c
-.RB " [" \(miacefhikmnprstuvxP "] ["\c
-.IR argument ]...
-.fi
-
-.LP
-.nf
-.B /usr/bin/obosh\c
+.B obosh\c
.RB " [" \(miacefhikmnprstuvxP "] ["\c
.IR argument ]...
.fi
-.LP
-.nf
-.B /usr/bin/jsh\c
-.RB " [" \(miacefhikmnprstuvxP "] ["\c
-.IR argument ]...
-.fi
-
.SH DESCRIPTION
.sp
.LP
The
-.B /usr/bin/sh
+.B obosh
utility is a command programming language that
executes commands read from a terminal or a file.
.LP
@@ -98,16 +84,7 @@ permits one to call this implementation even when
.B /usr/bin/sh
has been linked to another shell.
.LP
-The
-.B jsh
-utility is an interface to the shell that provides all of the
-functionality of
-.B sh
-and enables job control (see
-.B Job Control
-section below).
-Job control may also be enabled by calling the shell via the standard name
-and then calling
+Job control may be enabled by calling
.BR "set\ \-m" .
.sp
.LP
@@ -150,7 +127,7 @@ commands are initially read from
if such files exist.
Thereafter, commands are read as described below, which is also the case
when the shell is invoked as
-.BR /usr/bin/sh .
+.BR obosh .
.SH OPTIONS
The options below are
@@ -3405,7 +3382,7 @@ The location of the restricted Bourne Shell binary.
See
.BR attributes (7)
for descriptions of the following attributes:
-.SS "/usr/bin/sh, /usr/bin/jsh"
+.SS "obosh"
.sp
.sp
@@ -3439,9 +3416,6 @@ CSIEnabled
.BR login (1),
.BR newgrp (1),
.BR pbosh (1),
-.BR pfsh (1),
-.BR pfexec (1),
-.BR privileges (7),
.BR ps (1),
.BR pwd (1),
.BR set (1),
@@ -3468,8 +3442,6 @@ CSIEnabled
.BR profile (5),
.BR attributes (7),
.BR environ (7),
-.BR largefile (7),
-.BR XPG4 (7)
.hy 1
.SH WARNINGS
.sp
|