diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/grep | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index fd60bc01b75..7ba98185257 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.38 2010/04/05 06:30:59 jmc Exp $ +.\" $OpenBSD: grep.1,v 1.39 2010/09/03 11:09:28 jmc Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" @(#)grep.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: April 5 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt GREP 1 .Os .Sh NAME @@ -283,7 +283,7 @@ By default, output is line buffered when standard output is a terminal and block buffered otherwise. .Pp .El -.Pp +.Sh EXIT STATUS The .Nm grep utility exits with one of the following values: |