Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 16:33:19 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 188456 for review
Message-ID:  <201102021633.p12GXJDA078080@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@188456?ac=10

Change 188456 by trasz@trasz_victim on 2011/02/02 16:32:58

	Fix units in the manual page.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#5 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#5 (text+ko) ====

@@ -123,28 +123,28 @@
 .Pp
 .Sh RESOURCES
 .Bl -column -offset 3n "msgqqueued"
-.It cpu		CPU time, in microseconds
-.It fsize	maximum file size, in megabytes
-.It data	data size, in megabytes
-.It stack	stack size, in megabytes
-.It core	core dump size, in megabytes
-.It rss		resident set size, in megabytes
-.It memlock	locked memory, in megabytes
+.It cpu		CPU time, in milliseconds
+.It fsize	maximum file size, in bytes
+.It data	data size, in bytes
+.It stack	stack size, in bytes
+.It core	core dump size, in bytes
+.It rss		resident set size, in bytes
+.It memlock	locked memory, in bytes
 .It nproc	number of processes
 .It nofile	file descriptor table size
-.It sbsize	memory consumed by socket buffers, in megabytes
-.It vmem	address space limit, in megabytes
+.It sbsize	memory consumed by socket buffers, in bytes
+.It vmem	address space limit, in bytes
 .It npts	number of PTYs
-.It swap	swap usage, in megabytes
+.It swap	swap usage, in bytes
 .It nthr	number of threads
 .It msgqqueued	number of queued SysV messages
-.It msgqsize	SysV message queue size, in megabytes
+.It msgqsize	SysV message queue size, in bytes
 .It nmsgq	number of SysV message queues
 .It nsem	number of SysV semaphores
 .It nsemop	number of SysV semaphores modified in a single semop(2) call
 .It nshm	number of SysV shared memory segments
-.It shmsize	SysV shared memory size, in megabytes
-.It wallclock	wallclock time
+.It shmsize	SysV shared memory size, in bytes
+.It wallclock	wallclock time, in milliseconds
 .It pctcpu	%cpu time
 .El
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102021633.p12GXJDA078080>