Date: Wed, 8 Sep 1999 08:40:47 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile csh.1 src/bin/sh Makefile sh.1 src/share/man/man1 builtin.1 Makefile cd.1 src/bin/echo echo.1 src/bin/kill kill.1 src/usr.bin/login login.1 src/usr.bin/nice nice.1 src/usr.bin/nohup nohup.1 src/usr.bin/printf printf.1 ... Message-ID: <199909081540.IAA86510@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/09/08 08:40:46 PDT
Modified files:
bin/csh Makefile csh.1
bin/sh Makefile sh.1
share/man/man1 Makefile
bin/echo echo.1
bin/kill kill.1
usr.bin/login login.1
usr.bin/nice nice.1
usr.bin/nohup nohup.1
usr.bin/printf printf.1
bin/pwd pwd.1
usr.bin/time time.1
usr.bin/which which.1
Added files:
share/man/man1 builtin.1
Removed files:
share/man/man1 cd.1
Log:
Improve shell documentation:
* Consistently misspell built-in as builtin.
* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).
* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.
* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.
* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.
* Undo English contractions.
Reviewed by: mpp, rgrimes
Revision Changes Path
1.11 +5 -5 src/bin/csh/Makefile
1.14 +14 -4 src/bin/csh/csh.1
1.30 +5 -1 src/bin/sh/Makefile
1.33 +41 -33 src/bin/sh/sh.1
1.9 +29 -2 src/share/man/man1/Makefile
1.9 +12 -2 src/bin/echo/echo.1
1.10 +7 -10 src/bin/kill/kill.1
1.16 +8 -7 src/usr.bin/login/login.1
1.11 +9 -19 src/usr.bin/nice/nice.1
1.5 +10 -1 src/usr.bin/nohup/nohup.1
1.6 +12 -2 src/usr.bin/printf/printf.1
1.9 +14 -4 src/bin/pwd/pwd.1
1.12 +8 -9 src/usr.bin/time/time.1
1.14 +10 -1 src/usr.bin/which/which.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909081540.IAA86510>
