OpenBSD CVS

CVS log for src/usr.bin/top/top.1


[BACK] Up to [local] / src / usr.bin / top

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.81 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:28 2022 UTC (2 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.80: +3 -3 lines
Diff to previous 1.80 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.80 / (download) - annotate - [select for diffs], Fri Feb 18 23:17:16 2022 UTC (2 years, 2 months ago) by jsg
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)

Avoid gendered language in man pages when not referring to a specific
person. Rewrite or use singular they.

ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and
others I'm likely missing on an earlier version.
feedback tj@, feedback and ok jmc@

Revision 1.79 / (download) - annotate - [select for diffs], Fri Mar 12 05:18:01 2021 UTC (3 years, 2 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.78: +4 -4 lines
Diff to previous 1.78 (colored)

spelling

Revision 1.78 / (download) - annotate - [select for diffs], Fri Feb 19 19:59:36 2021 UTC (3 years, 2 months ago) by lum
Branch: MAIN
Changes since 1.77: +6 -3 lines
Diff to previous 1.77 (colored)

Add 't' to options in man page. ok jmc@ kn@

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 26 16:21:28 2020 UTC (3 years, 8 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.76: +8 -2 lines
Diff to previous 1.76 (colored)

Add "t" to toggle the display of routing tables

Swap the WAIT column with RTABLE (and vice versa);  WAIT is wide enough to
fit RTABLE, somewhat adds additional value to STATE and seems therefore most
appropiate to hide in favour of RTABLE.

Filtering rtables with "T" does not toggle the column, just like filtering
users with "u" does not toggle between user and thread id.

Feedback jmc
OK remi

Revision 1.76 / (download) - annotate - [select for diffs], Sun Aug 23 21:11:55 2020 UTC (3 years, 8 months ago) by kn
Branch: MAIN
Changes since 1.75: +19 -2 lines
Diff to previous 1.75 (colored)

Filter by routing table

"-T-0" for processes outside the default routing table, "-T3" for those in
a specific one;  same semantics as with other filters.

Manual wording and command line flag taken from pgrep(1) being the only way
to identify processes by routing table;  After netstat(1)'s recent addition
of "-R", filtering in top makes for handy tooling around rtable(4).

"looks good to me" millert
OK remi

Revision 1.75 / (download) - annotate - [select for diffs], Sun Jul 26 21:59:16 2020 UTC (3 years, 9 months ago) by kn
Branch: MAIN
Changes since 1.74: +6 -4 lines
Diff to previous 1.74 (colored)

Add / as alias for g (grep)

Simpliy mdoc(7) markup for "n|# count" while here.

Positive manual feedback jmc
No objections millert

Revision 1.74 / (download) - annotate - [select for diffs], Tue Jun 23 21:39:19 2020 UTC (3 years, 10 months ago) by kn
Branch: MAIN
Changes since 1.73: +5 -5 lines
Diff to previous 1.73 (colored)

Fix COMMAND description

There is no code anymore that puts angle brackets around swapped out
processes, machine.c r1.54 removed this in 2006.

Typo in first diff spotted by Matthew Martin,
OK jmc (who also pointed out the CVS commit)

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jan 7 13:30:43 2020 UTC (4 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (colored)

zap trailing whitespace;

Revision 1.72 / (download) - annotate - [select for diffs], Mon Jan 6 20:05:10 2020 UTC (4 years, 4 months ago) by zhuk
Branch: MAIN
Changes since 1.71: +6 -2 lines
Diff to previous 1.71 (colored)

Implement scrolling in top(1) using 9 and 0 keys.

Planned improvements: scroll position displaying, using arrow/pgup/pgdown keys.

okay tedu@

Revision 1.71 / (download) - annotate - [select for diffs], Wed Nov 28 22:00:30 2018 UTC (5 years, 5 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.70: +11 -5 lines
Diff to previous 1.70 (colored)

Allow reverse sort order

Prefixing the field with a dash will sort processes in reverse order.
`o -pid' will therefore list PID 1 on top.

"looks good" tedu, improvements and OK cheloha

Revision 1.70 / (download) - annotate - [select for diffs], Fri Nov 2 12:46:10 2018 UTC (5 years, 6 months ago) by kn
Branch: MAIN
Changes since 1.69: +4 -6 lines
Diff to previous 1.69 (colored)

Accept numeric user IDs

This makes `top -U 0' and "u-1000" work.

Feedback and "that looks right" tedu, OK millert, manual bits and OK jmc

Revision 1.69 / (download) - annotate - [select for diffs], Wed Jul 25 17:24:14 2018 UTC (5 years, 9 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

Document the spinning time of the CPU in systat(1) and top(1).
from Marcus MERIGHI; OK deraadt@ jmc@

Revision 1.68 / (download) - annotate - [select for diffs], Thu Sep 8 16:47:47 2016 UTC (7 years, 8 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.67: +4 -7 lines
Diff to previous 1.67 (colored)

as with ps, update bug to caveat and clarify

Revision 1.67 / (download) - annotate - [select for diffs], Wed May 11 08:11:27 2016 UTC (8 years ago) by edd
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored)

Allow top(1) to filter process args if they are being displayed.

OK tedu@, deraadt@, and with input from Michal Mazurek.

Thanks

Revision 1.66 / (download) - annotate - [select for diffs], Wed May 6 07:53:29 2015 UTC (9 years ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.65: +6 -2 lines
Diff to previous 1.65 (colored)

Display thread IDs instead of the name of the process's owner when "-H"
is used.

The rationnal is that when you're looking at threads you're generally
already filtereing by PID and this allow you to see which thread is a
pig.

Written some time ago with mikeb@

ok sthen@, krw@, guenther@

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 28 21:51:57 2015 UTC (9 years, 2 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

Reduce usage of predefined strings in manpages.

Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.

No output changes, except for two instances where the incorrect escape
was used in the first place.

tweaks + ok schwarze@

Revision 1.64 / (download) - annotate - [select for diffs], Wed Sep 17 02:20:07 2014 UTC (9 years, 8 months ago) by dlg
Branch: MAIN
Changes since 1.63: +4 -2 lines
Diff to previous 1.63 (colored)

try to document that the -1 option will be selected by default if more
than 8 cpus are detected in the system.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Sep 17 02:10:27 2014 UTC (9 years, 8 months ago) by dlg
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

be more explicit about what '1' toggles between

Revision 1.62 / (download) - annotate - [select for diffs], Mon Sep 8 01:27:55 2014 UTC (9 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.61: +4 -3 lines
Diff to previous 1.61 (colored)

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes

Revision 1.61 / (download) - annotate - [select for diffs], Wed Jun 6 12:12:12 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.60: +10 -12 lines
Diff to previous 1.60 (colored)

tweak previous;

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jun 5 18:52:53 2012 UTC (11 years, 11 months ago) by brynet
Branch: MAIN
Changes since 1.59: +14 -5 lines
Diff to previous 1.59 (colored)

Add support for hiding a user's processes in top.

feedback & ok lum@

Revision 1.59 / (download) - annotate - [select for diffs], Fri Dec 16 14:50:24 2011 UTC (12 years, 5 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.58: +7 -7 lines
Diff to previous 1.58 (colored)

Use H to make top show process threads, instead of the current T. This is
consistent with our ps(1) and top(1) on other operating systems.

ok deraadt@ mikeb@ millert@

Revision 1.58 / (download) - annotate - [select for diffs], Fri Mar 25 12:53:09 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.57: +5 -4 lines
Diff to previous 1.57 (colored)

clarify the description of the `1' command;
from David Vasek and Glen Anderson

Revision 1.57 / (download) - annotate - [select for diffs], Tue Aug 10 20:34:16 2010 UTC (13 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

add a description for bsd.sp where appropriate; while here, write
"multiprocessor" in a consistent way.

written with lots of good advice from jmc@, who noted that changing
hier(7) was not enough and carefully reviewed this diff.

ok jmc@

Revision 1.56 / (download) - annotate - [select for diffs], Fri Apr 23 09:27:10 2010 UTC (14 years ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.55: +3 -2 lines
Diff to previous 1.55 (colored)

mention hostname, prompted by lum@

Revision 1.55 / (download) - annotate - [select for diffs], Wed Mar 24 05:03:15 2010 UTC (14 years, 1 month ago) by lum
Branch: MAIN
Changes since 1.54: +4 -2 lines
Diff to previous 1.54 (colored)

Document updating the display using the space-bar.
ok jmc@ otto@

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jan 29 00:36:09 2010 UTC (14 years, 3 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.53: +5 -3 lines
Diff to previous 1.53 (colored)

Allow sorting by command and pid.  Also, allow partial matches with strncmp.
ok jmc otto

Revision 1.53 / (download) - annotate - [select for diffs], Tue Dec 22 18:14:23 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored)

add `1' to the interactive command list too; from Mark Lumsden

Revision 1.52 / (download) - annotate - [select for diffs], Thu Dec 10 13:19:47 2009 UTC (14 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

better wording for 1 option from jmc

Revision 1.51 / (download) - annotate - [select for diffs], Thu Dec 10 13:16:02 2009 UTC (14 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.50: +4 -2 lines
Diff to previous 1.50 (colored)

add an option '1' to display all cpu stats combined.  helps save space
with increasing processor counts.
ok deraadt (kettenis otto)

Revision 1.50 / (download) - annotate - [select for diffs], Sat Nov 17 09:29:59 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

oops - fix dodgy -width specifier too;

Revision 1.49 / (download) - annotate - [select for diffs], Sat Nov 17 09:28:39 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

talk about "user" consistently; from Mark Lumsden

Revision 1.48 / (download) - annotate - [select for diffs], Mon Sep 17 16:59:07 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.47: +7 -2 lines
Diff to previous 1.47 (colored)

small update regarding removal of process highlighting;
spotted by Mark Lumsden

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 31 19:20:18 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

convert to new .Dd format;

Revision 1.46 / (download) - annotate - [select for diffs], Tue May 29 00:56:56 2007 UTC (16 years, 11 months ago) by otto
Branch: MAIN
Changes since 1.45: +4 -3 lines
Diff to previous 1.45 (colored)

Instead of using hand-crafted redraws minimizing screen updates, use curses.
Enables nice things like process highlighting without hurting the brain.
ok deraadt@

Revision 1.45 / (download) - annotate - [select for diffs], Thu Mar 15 22:02:22 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.44: +18 -13 lines
Diff to previous 1.44 (colored)

make the description of command line options and interactive
commands more consistent;

started by a diff from Mark Lumsden

Revision 1.44 / (download) - annotate - [select for diffs], Wed Feb 14 08:29:28 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.43: +15 -19 lines
Diff to previous 1.43 (colored)

more refinements for the interactive commands section; ok otto

Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 13 16:16:23 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

mark up `dumb' using .Em, to be consistent with an earlier
mark up of `intelligent';

Revision 1.42 / (download) - annotate - [select for diffs], Tue Feb 13 16:14:46 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.41: +3 -4 lines
Diff to previous 1.41 (colored)

improve the description for -C;

started by a mail from Igor Sobrado;
ok otto

Revision 1.41 / (download) - annotate - [select for diffs], Fri Feb 9 21:15:18 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.40: +9 -4 lines
Diff to previous 1.40 (colored)

document how signalling via `k' works, after some help from theo and miod;

Revision 1.40 / (download) - annotate - [select for diffs], Fri Feb 9 20:11:02 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.39: +41 -34 lines
Diff to previous 1.39 (colored)

clean up the interactive commands list, mainly by showing
the arguments these commands take;

based on some improvements from Mark Lumsden

Revision 1.39 / (download) - annotate - [select for diffs], Tue Feb 6 15:27:25 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.38: +8 -2 lines
Diff to previous 1.38 (colored)

document the `+' interactive command more fully;
help/ok otto

Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 4 19:17:14 2007 UTC (17 years, 3 months ago) by otto
Branch: MAIN
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

Introducing the '+' interactive command to reset all filters.
From Mark Lumsden. ok millert@ deraadt@ simon@

Revision 1.37 / (download) - annotate - [select for diffs], Wed Jan 10 14:02:20 2007 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.36: +5 -5 lines
Diff to previous 1.36 (colored)

- use .Sq for single characters, rather than .Dq
- zap trailing whitespace

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jan 3 18:59:20 2007 UTC (17 years, 4 months ago) by otto
Branch: MAIN
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored)

Missing 'T' in interactive command list. From Mark Lumsden.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jan 3 18:57:49 2007 UTC (17 years, 4 months ago) by otto
Branch: MAIN
Changes since 1.34: +12 -1 lines
Diff to previous 1.34 (colored)

Add a 'g' command to only show processes having a string in their
command name. ok deraadt@

Revision 1.34 / (download) - annotate - [select for diffs], Wed Dec 27 07:24:52 2006 UTC (17 years, 4 months ago) by otto
Branch: MAIN
Changes since 1.33: +6 -2 lines
Diff to previous 1.33 (colored)

Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns
dot com>.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Dec 5 12:20:27 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

oops: forgot to remind tedu to add -T to SYNOPSIS too...

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 4 23:10:06 2005 UTC (18 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored)

support for toggling thread viewing.
ok brad, hints from jmc

Revision 1.31 / (download) - annotate - [select for diffs], Tue Sep 6 23:30:33 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

pesky comma;

Revision 1.30 / (download) - annotate - [select for diffs], Tue Sep 6 23:28:23 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (colored)

make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 17 09:40:48 2005 UTC (18 years, 11 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

add a 'C' command ) that toggles the display of the full cmdline;
with Jared Yanovich; ok deraadt

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 25 02:19:43 2005 UTC (18 years, 11 months ago) by jaredy
Branch: MAIN
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

SIZE and RES are not always in kbytes

Revision 1.27 / (download) - annotate - [select for diffs], Sat May 14 09:03:31 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.26: +21 -21 lines
Diff to previous 1.26 (colored)

sort options + sync usage();

Revision 1.26 / (download) - annotate - [select for diffs], Fri May 13 20:43:30 2005 UTC (19 years ago) by jaredy
Branch: MAIN
Changes since 1.25: +61 -45 lines
Diff to previous 1.25 (colored)

grab bag of man page updates
- sync to reality (kill first BUG, WCPU field, and ABANDONED
  state and add WAIT field description)
- transform paragraph of field descriptions into a list
- minor mdoc, spelling, capitalization nits

ok & help jmc, mickey

Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 7 06:26:12 2004 UTC (19 years, 7 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.24: +10 -1 lines
Diff to previous 1.24 (colored)

introduce -p option and p command to only show a single process.
From Patrick Latifi. ok deraadt@ millert@

Revision 1.24 / (download) - annotate - [select for diffs], Mon May 10 20:26:08 2004 UTC (20 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.23: +4 -23 lines
Diff to previous 1.23 (colored)

Describe load average and remove useless "BUG".  OK deraadt@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 19 10:32:24 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.22: +62 -52 lines
Diff to previous 1.22 (colored)

commands.c: add `o' and `S' to internal help, sort options
top.1: sort options and SYNOPSIS
       add description of `o' (from Patrick Latifi)
top.c: sync usage() with SYNOPSIS

ok deraadt@

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 2 18:50:07 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

escape punctuation;
ok deraadt@

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:12 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 3 21:09:02 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +1 -8 lines
Diff to previous 1.19 (colored)

terms 3 & 4 cleanup based on "terms" file

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 21 18:53:43 2002 UTC (22 years, 1 month ago) by hugh
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Document fractional delays.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 11 01:48:58 2001 UTC (22 years, 6 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Add 'S' to interactive mode to toggle the display of system
processes; From NetBSD.
millert@ ok.

Revision 1.17 / (download) - annotate - [select for diffs], Thu May 10 18:13:06 2001 UTC (23 years ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Typo; physial -> physical.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 10 05:10:41 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:44 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 6 04:06:57 2000 UTC (23 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Insert more missing .El directives. Our troff really should identify these and
spit out a warning.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 11 21:40:05 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.12: +99 -63 lines
Diff to previous 1.12 (colored)

Various cleanups and standardizations.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 17 20:24:36 1999 UTC (24 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

More consistent introduction to options.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 23 06:53:39 1999 UTC (24 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

our top does not show the last pid assigned

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:44 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.9: +8 -8 lines
Diff to previous 1.9 (colored)

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 16 19:58:04 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 22 23:41:56 1999 UTC (25 years, 2 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

pronoun agreement

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 19 19:15:07 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

Xr

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 16 02:38:50 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

more .Nm fixes

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 30 00:24:39 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.4: +19 -19 lines
Diff to previous 1.4 (colored)

usr.bin/ man page fixes, t-z

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 21 13:55:24 1998 UTC (25 years, 9 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +14 -13 lines
Diff to previous 1.3 (colored)

support "-o field" and the interactive "o" command

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 30 17:20:58 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

minor errors; josh@quick.net

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 14 15:05:03 1997 UTC (26 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.1: +243 -207 lines
Diff to previous 1.1 (colored)

Mandoc manual, and use the full screen.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 14 14:00:25 1997 UTC (26 years, 9 months ago) by downsj
Branch: MAIN

top 3.4, with a few changes.  Still needs more work.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.