diff options
author | jilles <jilles@FreeBSD.org> | 2010-04-24 22:16:01 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2010-04-24 22:16:01 +0000 |
commit | ba359cc12c6c525f145594ace187d0151645ac7c (patch) | |
tree | 3734ed9ba2f5eaeda1a42aa637b52d881bd37994 /share | |
parent | d7594e26397d37fa44f8743b285fc5028109706a (diff) | |
download | FreeBSD-src-ba359cc12c6c525f145594ace187d0151645ac7c.zip FreeBSD-src-ba359cc12c6c525f145594ace187d0151645ac7c.tar.gz |
builtin(1): Mention [ sh builtin.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/builtin.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index 0a93c21..79b2cec 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 14, 2006 +.Dd April 25, 2010 .Dt BUILTIN 1 .Os .Sh NAME @@ -36,6 +36,7 @@ .Nm \&. , .Nm \&: , .Nm @ , +.Nm \&[ , .Nm { , .Nm } , .Nm alias , @@ -200,6 +201,7 @@ but are implemented as scripts using a builtin command of the same name. .It Ic . Ta \&No Ta \&No Ta Yes .It Ic : Ta \&No Ta Yes Ta Yes .It Ic @ Ta \&No Ta Yes Ta Yes +.It Ic \&[ Ta Yes Ta \&No Ta Yes .It Ic { Ta \&No Ta \&No Ta Yes .It Ic } Ta \&No Ta \&No Ta Yes .It Ic alias Ta No** Ta Yes Ta Yes |