fprintf(stderr,
_
- ("Usage: fuser [-fMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] NAME...\n"
- " fuser -l\n" " fuser -V\n"
+ ("Usage: fuser [-fIMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE]\n"
+ " [-k [-i] [-SIGNAL]] NAME...\n"
+ " fuser -l\n"
+ " fuser -V\n"
"Show which processes use the named files, sockets, or filesystems.\n\n"
" -a,--all display unused files too\n"
" -i,--interactive ask before killing (ignored without -k)\n"
" -I,--inode use always inodes to compare files\n"
" -k,--kill kill processes accessing the named file\n"
" -l,--list-signals list available signal names\n"
- " -m,--mount show all processes using the named filesystems or block device\n"
+ " -m,--mount show all processes using the named filesystems or\n"
+ " block device\n"
" -M,--ismountpoint fulfill request only if NAME is a mount point\n"
" -n,--namespace SPACE search in this name space (file, udp, or tcp)\n"
" -s,--silent silent operation\n"
fprintf(stderr, "%s\n", msg);
#ifdef WITH_SELINUX
fprintf(stderr, _(
- "Usage: killall [-Z CONTEXT] [-u USER] [ -eIgiqrvw ] [ -SIGNAL ] NAME...\n"));
+ "Usage: killall [ -Z CONTEXT ] [ -u USER ] [ -y TIME ] [ -o TIME ] [ -eIgiqrvw ]\n"
+ " [ -s SIGNAL | -SIGNAL ] NAME...\n"));
#else /*WITH_SELINUX*/
fprintf(stderr, _(
"Usage: killall [OPTION]... [--] NAME...\n"));
" -I,--ignore-case case insensitive process name match\n"
" -g,--process-group kill process group instead of process\n"
" -y,--younger-than kill processes younger than TIME\n"
- " -o,--older-than kill processes older than TIME\n"
+ " -o,--older-than kill processes older than TIME\n"
" -i,--interactive ask for confirmation before killing\n"
" -l,--list list all known signal names\n"
" -q,--quiet don't print complaints\n"
{
fprintf(stderr,
_
- ("Usage: pstree [ -a ] [ -c ] [ -h | -H PID ] [ -l ] [ -n ] [ -p ] [ -g ] [ -u ]\n"
+ (
+#ifdef WITH_SELINUX
+ "Usage: pstree [-acglpsStuZ] [ -h | -H PID ] [ -n | -N type ]\n"
+#else /*WITH_SELINUX */
+ "Usage: pstree [-acglpsStu] [ -h | -H PID ] [ -n | -N type ]\n"
+#endif /*WITH_SELINUX */
" [ -A | -G | -U ] [ PID | USER ]\n"
" pstree -V\n" "Display a tree of processes.\n\n"
" -a, --arguments show command line arguments\n"
" -V, --version display version information\n"));
#ifdef WITH_SELINUX
fprintf(stderr,
- _(" -Z show SELinux security contexts\n"));
+ _(" -Z, --security-context\n"
+ " show SELinux security contexts\n"));
#endif /*WITH_SELINUX */
fprintf(stderr, _(" PID start at this PID; default is 1 (init)\n"
" USER show only trees rooted at processes of this user\n\n"));