Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 20:13:55 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220169 - head/usr.bin/rctl
Message-ID:  <201103302013.p2UKDtlV079848@svn.freebsd.org>

index | next in thread | raw e-mail

Author: trasz
Date: Wed Mar 30 20:13:55 2011
New Revision: 220169
URL: http://svn.freebsd.org/changeset/base/220169

Log:
  Fix grammar and bump date.
  
  Submitted by:	trociny

Modified:
  head/usr.bin/rctl/rctl.8

Modified: head/usr.bin/rctl/rctl.8
==============================================================================
--- head/usr.bin/rctl/rctl.8	Wed Mar 30 18:35:02 2011	(r220168)
+++ head/usr.bin/rctl/rctl.8	Wed Mar 30 20:13:55 2011	(r220169)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 13, 2011
+.Dd March 30, 2011
 .Dt RCTL 8
 .Os
 .Sh NAME
@@ -105,7 +105,7 @@ that each process of any user belonging 
 up to 100MB of virtual memory.
 Rule "loginclass:users:vmem: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 a that user will not exceed 100MB.
+by all the processes of that user will not exceed 100MB.
 Rule "loginclass:users:vmem: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.


home | help

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