diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-08 15:59:23 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-08 15:59:23 +0000 |
commit | e866411f1020e54c0fef7984833446954dece6ab (patch) | |
tree | 710b4eb6e8f3af43d118ba7e55247bc36eab476d /share | |
parent | 0c161a9e39cab294a0c94de21afd04f828db2916 (diff) | |
download | FreeBSD-src-e866411f1020e54c0fef7984833446954dece6ab.zip FreeBSD-src-e866411f1020e54c0fef7984833446954dece6ab.tar.gz |
Remove the bogusly inserted ``cwd'' which isn't a builtin command
to sh, csh nor tcsh.
Fix the header line of the table to use cross-references and
emphasis.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/builtin.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index f6b7149..8429044 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -41,7 +41,6 @@ .Nm chdir , .Nm command , .Nm continue , -.Nm cwd , .Nm default , .Nm dirs , .Nm do , @@ -152,14 +151,9 @@ details on the operation of any given builtin command under those shells. Users of other shells will need to consult the documentation supplied with the other shells. .Bl -column "continueXX" "ExternalXX" "csh(1)" "sh(1)" -offset indent -.\" -.\" XXX: -.\" The correct table header here can not be rendered with mdoc's current -.\" argument maximum. When mdoc can handle sufficient arguments, the -.\" correct table header will be as follows: -.\" .It Em Command Ta Em External Ta Xr csh 1 Ta Xr sh 1 -.\" -.It Em Command External csh sh +.It Xo +.Em Command Ta Em External Ta Xo +.Xc Xc Xr csh 1 Ta Xr sh 1 .It Ic alias Ta \&No Ta Yes Ta Yes .It Ic alloc Ta \&No Ta Yes Ta \&No .It Ic bg Ta \&No Ta Yes Ta Yes @@ -170,7 +164,6 @@ with the other shells. .It Ic chdir Ta \&No Ta Yes Ta \&No .It Ic command Ta \&No Ta \&No Ta Yes .It Ic continue Ta \&No Ta Yes Ta \&No -.It Ic cwd Ta \&No Ta Yes Ta \&No .It Ic default Ta \&No Ta Yes Ta \&No .It Ic dirs Ta \&No Ta Yes Ta \&No .It Ic do Ta \&No Ta \&No Ta Yes |