Author: eadler Date: Sat Jan 20 01:01:28 2018 New Revision: 328186 URL: https://svnweb.freebsd.org/changeset/base/328186
Log: MFC r327946 r327947: limits(1): fix grammar PR: 225147 Modified: stable/11/usr.bin/limits/limits.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/limits/limits.1 ============================================================================== --- stable/11/usr.bin/limits/limits.1 Fri Jan 19 22:59:22 2018 (r328185) +++ stable/11/usr.bin/limits/limits.1 Sat Jan 20 01:01:28 2018 (r328186) @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 1, 2013 +.Dd January 13, 2018 .Dt LIMITS 1 .Os .Sh NAME @@ -82,7 +82,7 @@ login capabilities database. .It Nm Fl e Op Ar limitflags This usage determines values of resource settings according to .Ar limitflags , -but does not set them itself. +but does not set them. Like the previous usage, it outputs these values to standard output, except that it will emit them in .Ic eval @@ -180,7 +180,7 @@ options. Select .Dq "eval mode" formatting for output. -This is valid only on display mode and cannot be used when running a +This is valid only in display mode and cannot be used when running a command. The exact syntax used for output depends upon the type of shell from which _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
