diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-05 03:37:08 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-05 03:40:39 +0000 |
| commit | e54a1ef4ebdf1ea606eb0e00cf2345f9c0db7a7f (patch) | |
| tree | 07ead8e32e6c2d01768426d98610d8db443deec7 | |
| parent | 38a4995eb52db21116f8b37ed942e66a8c2f050f (diff) | |
builtin.1: Command list maintenance
+ link to return(1) like the other exclusive builtins
+ fix alphabetical sorting of list in rendered manual
MFC after: 3 days
| -rw-r--r-- | share/man/man1/Makefile | 1 | ||||
| -rw-r--r-- | share/man/man1/builtin.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index d3975c8e8084..c4ba33ff086b 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -69,6 +69,7 @@ RUNTIMELINKS=\ builtin.1 readonly.1 \ builtin.1 rehash.1 \ builtin.1 repeat.1 \ + builtin.1 return.1 \ builtin.1 sched.1 \ builtin.1 set.1 \ builtin.1 setenv.1 \ diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index 2fb9859ca545..92024ac30116 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.1 @@ -95,8 +95,8 @@ and the standard shells that provide them. .It Ic false Ta Yes Ta \&No Ta Yes .It Ic fc Ta \&No Ta \&No Ta Yes .It Ic fg Ta \&No Ta Yes Ta Yes -.It Ic filetest Ta \&No Ta Yes Ta \&No .It Ic fi Ta \&No Ta \&No Ta Yes +.It Ic filetest Ta \&No Ta Yes Ta \&No .It Ic for Ta \&No Ta \&No Ta Yes .It Ic foreach Ta \&No Ta Yes Ta \&No .It Ic getopts Ta \&No Ta \&No Ta Yes |
