Package: cpulimit Version: 1.1-5 Severity: normal
Suppose the user wants to put the brakes on the command 'foo --cpuhog'. Can 'cpulimit' do that? It's clear from 'man cpulimit' that this is OK: % cpulimit foo 50 ...but what if 'foo' needs the '--cpuhog' argument? If 'cpulimit' can handle subcommand arguments, it would be better if the man page explained how. If 'cpulimit' can't (at present) do that, the man page could suggest users create an ad hoc wrapper script or function, e.g.: % myfoo() { foo --cpuhog ; } % cpulimit foo 50 Hope this helps... -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages cpulimit depends on: ii libc6 2.3.6-15 GNU C Library: Shared libraries cpulimit recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]