svn commit: r328931 - head/share/man/man8

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 15:30:18 UTC 2018


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


More information about the svn-src-head mailing list