Files
proc
ps
.cvsignore
COPYING
HACKING
TRANSLATION
common.h
display.c
global.c
help.c
it
module.mk
output.c
p
parser.c
ps.1
regression
select.c
sortformat.c
stacktrace.c
.cvsignore
.cvsignore.patch
AUTHORS
BUGS
COPYING
COPYING.LIB
CodingStyle
Makefile
NEWS
README
README.top
TODO
dummy.c
free.1
free.c
kill.1
minimal.c
pgrep.1
pgrep.c
pkill.1
pmap.1
pmap.c
procps.lsm
procps.spec
pwdx.1
pwdx.c
skill.1
skill.c
slabtop.1
slabtop.c
snice.1
sysctl.8
sysctl.c
sysctl.conf
sysctl.conf.5
t
tload.1
tload.c
tmp-junk.c
top.1
top.c
top.h
uptime.1
uptime.c
utmp.c
v
vmstat.8
vmstat.c
w.1
w.c
watch.1
watch.c
procps/ps/help.c
2004-07-30 04:49:14 +00:00

49 lines
2.3 KiB
C

/*
* Copyright 1998-2004 by Albert Cahalan; all rights reserved.
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version
* at your option, as published by the Free Software Foundation.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
*/
/*
* The help message must not become longer, because it must fit
* on an 80x24 screen _with_ the error message and command prompt.
*/
const char *help_message =
"********* simple selection ********* ********* selection by list *********\n"
"-A all processes -C by command name\n"
"-N negate selection -G by real group ID (supports names)\n"
"-a all w/ tty except session leaders -U by real user ID (supports names)\n"
"-d all except session leaders -g by session OR by effective group name\n"
"-e all processes -p by process ID\n"
"T all processes on this terminal -s processes in the sessions given\n"
"a all w/ tty, including other users -t by tty\n"
"g OBSOLETE -- DO NOT USE -u by effective user ID (supports names)\n"
"r only running processes U processes for specified users\n"
"x processes w/o controlling ttys t by tty\n"
"*********** output format ********** *********** long options ***********\n"
"-o,o user-defined -f full --Group --User --pid --cols --ppid\n"
"-j,j job control s signal --group --user --sid --rows --info\n"
"-O,O preloaded -o v virtual memory --cumulative --format --deselect\n"
"-l,l long u user-oriented --sort --tty --forest --version\n"
"-F extra full X registers --heading --no-heading --context\n"
" ********* misc options *********\n"
"-V,V show version L list format codes f ASCII art forest\n"
"-m,m,-L,-T,H threads S children in sum -y change -l format\n"
"-M,Z security data c true command name -c scheduling class\n"
"-w,w wide output n numeric WCHAN,UID -H process hierarchy\n"
;
/* Missing:
*
* -P e k
*
*/