PERFORCE change 188456 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Feb 2 16:33:20 UTC 2011


http://p4web.freebsd.org/@@188456?ac=10

Change 188456 by trasz at 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


More information about the p4-projects mailing list