Bug 174835
Summary: | kill man/info documentation bugs | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Steve Bonneville <sbonnevi> |
Component: | util-linux | Assignee: | Karel Zak <kzak> |
Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-01-03 09:43:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steve Bonneville
2005-12-02 16:56:13 UTC
There're two "kill" implementation. The man page kill(1) is correct, because it's for /bin/kill. the kill command from util-linux: $ /bin/kill usage: kill [ -s signal | -p ] [ -a ] pid ... kill -l [ signal ] bash buil-in command: $ help kill kill: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec] By the way, see kill(1) man page, there is note about it: "Most modern shells have a builtin kill function..." |