diff options
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 338aa7d..094893b 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 23, 2005 +.Dd December 4, 2005 .Dt BUILTIN 1 .Os .Sh NAME @@ -120,6 +120,7 @@ .Nm test , .Nm then , .Nm time , +.Nm times , .Nm trap , .Nm true , .Nm type , @@ -286,6 +287,7 @@ but are implemented as scripts using a builtin command of the same name. .It Ic test Ta Yes Ta \&No Ta Yes .It Ic then Ta \&No Ta \&No Ta Yes .It Ic time Ta Yes Ta Yes Ta \&No +.It Ic times Ta \&No Ta \&No Ta Yes .It Ic trap Ta \&No Ta \&No Ta Yes .It Ic true Ta Yes Ta \&No Ta Yes .It Ic type Ta \&No Ta \&No Ta Yes |