diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-11 06:04:00 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-11 06:04:00 +0000 |
commit | 18101ae4cb58b47e18b2e16cdcc1437647539b23 (patch) | |
tree | 8510b61a5913e26ab072dca33b67b47f7d4fbe90 /share/man/man1 | |
parent | 574a7207d7dcf5922120b8771b3d557dcc93e9a8 (diff) | |
download | FreeBSD-src-18101ae4cb58b47e18b2e16cdcc1437647539b23.zip FreeBSD-src-18101ae4cb58b47e18b2e16cdcc1437647539b23.tar.gz |
Remove Xo/Xc in It, which is not yet supported by mdocml but
can be worked around trivially in this case.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/builtin.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index e2d9da3..cbfc873 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -193,9 +193,7 @@ under do exist externally, but are implemented as scripts using a builtin command of the same name. .Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent -.It Xo -.Em "Command External" Ta Xr csh 1 Ta Xr sh 1 -.Xc +.It Em Command Ta Em External Ta Xr csh 1 Ta Xr sh 1 .It Ic \&! Ta \&No Ta \&No Ta Yes .It Ic % Ta \&No Ta Yes Ta \&No .It Ic \&. Ta \&No Ta \&No Ta Yes |