[Bug 462819] New: kill --list doesn't work as documented.
https://bugzilla.novell.com/show_bug.cgi?id=462819 Summary: kill --list doesn't work as documented. Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: robin.listas@telefonica.net QAContact: qa@suse.de Found By: --- man 1 kill says: -l, --list list signal names, or convert signal names to/from numbers Then, try it: NOT_nimrodel:~ # kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 16) SIGSTKFLT .. .. But: NOT_nimrodel:~ # kill --list bash: kill: -list: invalid signal specification IMO, that is an error, it doesn't fit the documentation. I report against 11.1, but it is also present in 11.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=462819 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462819#c1 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Marcus Meissner <meissner@novell.com> 2009-01-09 06:15:57 MST --- kill is a bash builtin, so "man bash" is the right manpage. otherwise use /bin/kill -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com