diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-12-14 00:02:44 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-12-14 00:02:44 +0000 |
| commit | 11180a85e16e6011e5f909ec80683c1aefc66f29 (patch) | |
| tree | cb437ab28977bb38121cfd70fa2f576bd66bb075 /usr.bin/what | |
| parent | 0b0bc2bb7c0c86a0bdafe6f6cd001b72b2d557b2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/what')
| -rw-r--r-- | usr.bin/what/what.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index d57ef8b9462ac..923c4f207d330 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 12, 2005 +.Dd December 14, 2006 .Dt WHAT 1 .Os .Sh NAME @@ -49,16 +49,18 @@ The utility searches each specified .Ar file for sequences of the form -.Dq \&@(#) -as inserted by the source code control system. +.Dq Li @(#) +as inserted by the +.Tn SCCS +source code control system. It prints the remainder of the string following this marker, up to a NUL character, newline, double quote, -.Dq \&> +.Ql \&> character, or backslash. .Pp -The following option is available: -.Bl -tag -width Ds +The following options are available: +.Bl -tag -width indent .It Fl q Only output the match text, rather than formatting it. .It Fl s |
