diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-01-19 16:26:04 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-01-19 16:26:04 +0000 |
commit | 629aab097c644e509da5787e40005bbc9b35f155 (patch) | |
tree | 6f8a130f008768602c98e2958e8facb93aef5bd2 /usr.bin/grep | |
parent | c585ffdfe1209a05296db7b67184b267c81d9321 (diff) |
-b reports offsets in bytes.
ok millert@
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 879e107e2a2..e0a865454d3 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.21 2003/12/11 20:48:06 mcbride Exp $ +.\" $OpenBSD: grep.1,v 1.22 2004/01/19 16:26:03 otto Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -156,7 +156,7 @@ to behave as .It Fl a Treat all files as text. .It Fl b -The block number on the disk in which a matched pattern is located is +The offset in bytes of a matched pattern is displayed in front of the respective matched line. .It Fl c Only a count of selected lines is written to standard output. |