diff options
author | alex <alex@FreeBSD.org> | 1999-02-12 02:12:08 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1999-02-12 02:12:08 +0000 |
commit | 95c394b70edc1f3edc419d56b785b9bc25754d9b (patch) | |
tree | 186dfc67ca90298f33582dc289cb5cc5553d8f12 /usr.bin/limits | |
parent | bed92e102b85a5502c4f6f84f912fae16c6d9bb3 (diff) | |
download | FreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.zip FreeBSD-src-95c394b70edc1f3edc419d56b785b9bc25754d9b.tar.gz |
Removed occurrences of consecutive repeated words (such as "the the").
Diffstat (limited to 'usr.bin/limits')
-rw-r--r-- | usr.bin/limits/limits.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 9a9dd57..fe77d2d 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.7 1998/05/08 14:46:23 max Exp $ +.\" $Id: limits.1,v 1.8 1998/06/04 21:05:58 steve Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 @@ -281,7 +281,7 @@ option, or set/display options are selected in the same invocation, is used when running a program, etc. When run in display or eval mode, .Nm limits -exits with with a status of EXIT_SUCCESS. +exits with a status of EXIT_SUCCESS. When run in command mode and execution of the command succeeds, the exit status will be whatever the executed program returns. .Sh SEE ALSO |