summaryrefslogtreecommitdiff
path: root/usr.bin/top/top.1
AgeCommit message (Expand)Author
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2014-09-17try to document that the -1 option will be selected by default if moreDavid Gwynne
2014-09-17be more explicit about what '1' toggles betweenDavid Gwynne
2014-09-08obvious cases of missing .An;Ingo Schwarze
2012-06-06tweak previous;Jason McIntyre
2012-06-05Add support for hiding a user's processes in top.Bryan Steele
2011-12-16Use H to make top show process threads, instead of the current T. This isJoel Sing
2011-03-25clarify the description of the `1' command;Jason McIntyre
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-04-23mention hostname, prompted by lum@Otto Moerbeek
2010-03-24Document updating the display using the space-bar.lum
2010-01-29Allow sorting by command and pid. Also, allow partial matches with strncmp.Ted Unangst
2009-12-22add `1' to the interactive command list too; from Mark LumsdenJason McIntyre
2009-12-10better wording for 1 option from jmcTed Unangst
2009-12-10add an option '1' to display all cpu stats combined. helps save spaceTed Unangst
2007-11-17oops - fix dodgy -width specifier too;Jason McIntyre
2007-11-17talk about "user" consistently; from Mark LumsdenJason McIntyre
2007-09-17small update regarding removal of process highlighting;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Instead of using hand-crafted redraws minimizing screen updates, use curses.Otto Moerbeek
2007-03-15make the description of command line options and interactiveJason McIntyre
2007-02-14more refinements for the interactive commands section; ok ottoJason McIntyre
2007-02-13mark up `dumb' using .Em, to be consistent with an earlierJason McIntyre
2007-02-13improve the description for -C;Jason McIntyre
2007-02-09document how signalling via `k' works, after some help from theo and miod;Jason McIntyre
2007-02-09clean up the interactive commands list, mainly by showingJason McIntyre
2007-02-06document the `+' interactive command more fully;Jason McIntyre
2007-02-04Introducing the '+' interactive command to reset all filters.Otto Moerbeek
2007-01-10- use .Sq for single characters, rather than .DqJason McIntyre
2007-01-03Missing 'T' in interactive command list. From Mark Lumsden.Otto Moerbeek
2007-01-03Add a 'g' command to only show processes having a string in theirOtto Moerbeek
2006-12-27Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesignsOtto Moerbeek
2005-12-05oops: forgot to remind tedu to add -T to SYNOPSIS too...Jason McIntyre
2005-12-04support for toggling thread viewing.Ted Unangst
2005-09-06pesky comma;Jason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-06-17add a 'C' command ) that toggles the display of the full cmdline;Markus Friedl
2005-05-25SIZE and RES are not always in kbytesJared Yanovich
2005-05-14sort options + sync usage();Jason McIntyre
2005-05-13grab bag of man page updatesJared Yanovich
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
2004-05-10Describe load average and remove useless "BUG". OK deraadt@Todd C. Miller
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2002-04-21Document fractional delays.Hugh Graham
2001-11-11Add 'S' to interactive mode to toggle the display of systemFederico G. Schwindt
2001-05-10Typo; physial -> physical.Aaron Campbell