From: Sascha Wildner Date: Fri, 18 May 2012 11:05:09 +0000 (+0200) Subject: builtin.1: Add two more built-in commands. X-Git-Tag: v3.2.0~916 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/90626e10554b17750c4e4a248ac2818a04e17970 builtin.1: Add two more built-in commands. --- diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 1ec3be05c1..56e78d6f5d 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -50,6 +50,7 @@ MLINKS= builtin.1 alias.1 \ builtin.1 if.1 \ builtin.1 jobid.1 \ builtin.1 jobs.1 \ + builtin.1 let.1 \ builtin.1 limit.1 \ builtin.1 local.1 \ builtin.1 log.1 \ @@ -92,7 +93,8 @@ MLINKS= builtin.1 alias.1 \ builtin.1 until.1 \ builtin.1 wait.1 \ builtin.1 where.1 \ - builtin.1 while.1 + builtin.1 while.1 \ + builtin.1 wordexp.1 MLINKS+=intro.1 introduction.1 diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index aca4d4430f..a00a6642ac 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -87,6 +87,7 @@ .Nm jobid , .Nm jobs , .Nm kill , +.Nm let , .Nm limit , .Nm local , .Nm log , @@ -139,7 +140,8 @@ .Nm wait , .Nm where , .Nm which , -.Nm while +.Nm while , +.Nm wordexp .Nd shell builtin commands .Sh SYNOPSIS .Nm @@ -242,6 +244,7 @@ with the other shells. .It Ic jobid Ta \&No Ta \&No Ta Yes .It Ic jobs Ta \&No Ta Yes Ta Yes .It Ic kill Ta Yes Ta Yes Ta Yes +.It Ic let Ta \&No Ta \&No Ta Yes .It Ic limit Ta \&No Ta Yes Ta \&No .It Ic local Ta \&No Ta \&No Ta Yes .It Ic log Ta \&No Ta Yes Ta \&No @@ -295,6 +298,7 @@ with the other shells. .It Ic where Ta \&No Ta Yes Ta \&No .It Ic which Ta Yes Ta Yes Ta \&No .It Ic while Ta \&No Ta Yes Ta Yes +.It Ic wordexp Ta \&No Ta \&No Ta Yes .El .Sh SEE ALSO .Xr csh 1 ,