| Summary: | builtin(1) manpage is wrong about external commands | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> | ||||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
State Changed From-To: open->patched Patch was out of date but updated and mostly merged. Thanks! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC pending. State Changed From-To: patched->closed MFC complete, switch to closed. |
1) The builtin(1) manpage lists several commands as not being external, while they exist in /usr/bin/. 2) These builtins are not listed, nor do they have manpage links: . : @ bind builtin 3) "builtin echo command" is not in keeping with the usage of "xxx builtin command" of the "csh" and "sh" manpages. (The latter two differ in their hyphenation, but that's for a PR I probably won't write.) 4) The paragraph before the list could use some work. ================ Fix: Apply patches for $FreeBSD: src/share/man/man1/Makefile,v 1.12.2.5 2001/04/25 11:11:29 ru Exp $ $FreeBSD: src/share/man/man1/builtin.1,v 1.5.2.11 2001/12/15 10:05:19 knu Exp $ How-To-Repeat: n/a ================