Author: eadler
Date: Wed Jun 27 03:29:36 2018
New Revision: 335686
URL: https://svnweb.freebsd.org/changeset/base/335686

Log:
  MFC r334208:
  
  rctl:correct use of "vmem" instead of "vmemoryuse"
  
  PR:   228482

Modified:
  stable/11/usr.bin/rctl/rctl.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/rctl/rctl.8
==============================================================================
--- stable/11/usr.bin/rctl/rctl.8       Wed Jun 27 02:55:30 2018        
(r335685)
+++ stable/11/usr.bin/rctl/rctl.8       Wed Jun 27 03:29:36 2018        
(r335686)
@@ -137,13 +137,13 @@ Resources which limit bytes may use prefixes from
 defines what entity the
 .Em amount
 gets accounted for.
-For example, rule "loginclass:users:vmem:deny=100M/process" means
+For example, rule "loginclass:users:vmemoryuse:deny=100M/process" means
 that each process of any user belonging to login class "users" may allocate
 up to 100MB of virtual memory.
-Rule "loginclass:users:vmem:deny=100M/user" would mean that for each
+Rule "loginclass:users:vmemoryuse:deny=100M/user" would mean that for each
 user belonging to the login class "users", the sum of virtual memory allocated
 by all the processes of that user will not exceed 100MB.
-Rule "loginclass:users:vmem:deny=100M/loginclass" would mean that the sum of
+Rule "loginclass:users:vmemoryuse:deny=100M/loginclass" would mean that the 
sum of
 virtual memory allocated by all processes of all users belonging to that login
 class will not exceed 100MB.
 .El
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to