Author: amdmi3 (ports committer)
Date: Tue Feb  6 15:30:17 2018
New Revision: 328931
URL: https://svnweb.freebsd.org/changeset/base/328931

Log:
  - Document new ${name}_limits rc.conf option
  
  Approved by:  cy
  MFC after:    2 weeks (along with 328331 which introduced this option)
  Differential Revision:        https://reviews.freebsd.org/D14028

Modified:
  head/share/man/man8/rc.subr.8

Modified: head/share/man/man8/rc.subr.8
==============================================================================
--- head/share/man/man8/rc.subr.8       Tue Feb  6 14:57:03 2018        
(r328930)
+++ head/share/man/man8/rc.subr.8       Tue Feb  6 15:30:17 2018        
(r328931)
@@ -551,7 +551,7 @@ is mounted.
 A list of environment variables to run
 .Va command
 with.
-This will be passed as arguments to
+This will be passed as arguments to the
 .Xr env 1
 utility.
 .It Va ${name}_fib
@@ -583,6 +583,13 @@ as.
 Only supported after
 .Pa /usr
 is mounted.
+.It Va ${name}_limits
+.Xr limits 1
+to apply to
+.Va command .
+This will be passed as arguments to the
+.Xr limits 1
+utility.
 .It Va ${name}_oomprotect
 .Xr protect 1
 .Va command
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to