Hi Sevan, Sevan Janiyan wrote:
> How about this? > > Index: usr.bin/vmstat/vmstat.1 > =================================================================== > RCS file: /cvsroot/src/usr.bin/vmstat/vmstat.1,v > retrieving revision 1.23 > diff -u -p -r1.23 vmstat.1 > --- usr.bin/vmstat/vmstat.1 13 Dec 2018 01:29:10 -0000 1.23 > +++ usr.bin/vmstat/vmstat.1 13 Dec 2018 02:50:00 -0000 > @@ -76,9 +76,17 @@ disk, trap, and CPU activity. > If > .Nm > is invoked without any options, it displays the summary of statistics since > -boot and exits. > +boot for all fields except memory and process statistic then exits. > +The memory and process fields are live samples taken at the time > +.Nm > +was invoked in this implementation. > This is also referred to as the first line of > .Nm . > +The > +.Fl N , > +.Fl v , > +.Fl W > +options adhere to this behaviour. > .Pp > The options are as follows: > .Bl -tag -width xxxhistname While a bit wordier, I think that accurately describes the behaviour. LGTM. Cheers, Simon.