View | Details | Raw Unified | Return to bug 237873 | Differences between
and this patch

Collapse All | Expand All

(-)2/usr.bin/grep/grep.1 (-3 / +3 lines)
Lines 359-372 Link Here
359
.Fl R
359
.Fl R
360
is specified, follow symbolic links only if they were explicitly listed
360
is specified, follow symbolic links only if they were explicitly listed
361
on the command line.
361
on the command line.
362
The default is not to follow symbolic links.
362
The default is to follow symbolic links.
363
.It Fl o , Fl Fl only-matching
363
.It Fl o , Fl Fl only-matching
364
Prints only the matching part of the lines.
364
Prints only the matching part of the lines.
365
.It Fl p
365
.It Fl p
366
If
366
If
367
.Fl R
367
.Fl R
368
is specified, no symbolic links are followed.
368
is specified, no symbolic links are followed.
369
This is the default.
369
The default is to follow symbolic links.
370
.It Fl q , Fl Fl quiet , Fl Fl silent
370
.It Fl q , Fl Fl quiet , Fl Fl silent
371
Quiet mode:
371
Quiet mode:
372
suppress normal output.
372
suppress normal output.
Lines 383-389 Link Here
383
If
383
If
384
.Fl R
384
.Fl R
385
is specified, all symbolic links are followed.
385
is specified, all symbolic links are followed.
386
The default is not to follow symbolic links.
386
This is the default.
387
.It Fl s , Fl Fl no-messages
387
.It Fl s , Fl Fl no-messages
388
Silent mode.
388
Silent mode.
389
Nonexistent and unreadable files are ignored
389
Nonexistent and unreadable files are ignored

Return to bug 237873