diff options
author | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
commit | 04b244dd661c24b510ac22936decfc0972d202d3 (patch) | |
tree | 3ebfef98afc303fddf3415d6fba64e8682f495e8 /usr/src/man/man1/grep.1 | |
parent | eac250589e41f1b705e1b7427b02b3379aac9f9e (diff) | |
parent | a69187741b83640a90dd8586195456dd50c016a8 (diff) | |
download | illumos-joyent-20120517.tar.gz |
Merge git.joyent.com:illumos-joyent20120517
Diffstat (limited to 'usr/src/man/man1/grep.1')
-rw-r--r-- | usr/src/man/man1/grep.1 | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/man/man1/grep.1 b/usr/src/man/man1/grep.1 index 879ba61485..e93f3a19ca 100644 --- a/usr/src/man/man1/grep.1 +++ b/usr/src/man/man1/grep.1 @@ -1,4 +1,5 @@ '\" te +.\" Copyright 2012 Nexenta Systems, Inc. All rights reserved. .\" Copyright 1989 AT&T .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved @@ -15,7 +16,7 @@ grep \- search a file for a pattern .SH SYNOPSIS .LP .nf -\fB/usr/bin/grep\fR [\fB-bchilnsvw\fR] \fIlimited-regular-expression\fR +\fB/usr/bin/grep\fR [\fB-c\fR | \fB-l\fR | \fB-q\fR] [\fB-bhinsvw\fR] \fIlimited-regular-expression\fR [\fIfilename\fR]... .fi @@ -134,6 +135,16 @@ Precedes each line by its line number in the file (first line is 1). .sp .ne 2 .na +\fB\fB-q\fR\fR +.ad +.RS 6n +Quiet. Does not write anything to the standard output, regardless of matching +lines. Exits with zero status if an input line is selected. +.RE + +.sp +.ne 2 +.na \fB\fB-s\fR\fR .ad .RS 6n @@ -246,16 +257,6 @@ line. See \fBfgrep\fR(1) for more information. .sp .ne 2 .na -\fB\fB-q\fR\fR -.ad -.RS 19n -Quiet. Does not write anything to the standard output, regardless of matching -lines. Exits with zero status if an input line is selected. -.RE - -.sp -.ne 2 -.na \fB\fB-x\fR\fR .ad .RS 19n |