View | Details | Raw Unified | Return to bug 47690 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/share/man/man1/Makefile (-3 / +5 lines)
Lines 3-11 Link Here
3
3
4
MAN=	builtin.1 intro.1
4
MAN=	builtin.1 intro.1
5
5
6
# Create MLINKS for Shell built in commands for which there are no userland
6
# Create MLINKS for shell built-in commands for which there are no userland
7
# utilities of the same name:
7
# utilities of the same name which have their own manpages:
8
MLINKS=	builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 builtin.1 bindkey.1 \
8
MLINKS=	builtin.1 '..1' builtin.1 ':.1' builtin.1 '@.1' \
9
	builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 \
10
	builtin.1 bind.1 builtin.1 bindkey.1 \
9
	builtin.1 break.1 builtin.1 breaksw.1 builtin.1 builtins.1 \
11
	builtin.1 break.1 builtin.1 breaksw.1 builtin.1 builtins.1 \
10
	builtin.1 case.1 builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \
12
	builtin.1 case.1 builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \
11
	builtin.1 complete.1 \
13
	builtin.1 complete.1 \

Return to bug 47690