diff options
author | 2004-01-19 16:26:03 +0000 | |
---|---|---|
committer | 2004-01-19 16:26:03 +0000 | |
commit | c93a1da3b7be4d55510531a18151da72beb7ab29 (patch) | |
tree | 88666d85a80fad8ad8ac298c745e423d4d48ae8a | |
parent | Use off_t for file sizes, and don't forget to print a ':' when using (diff) | |
download | wireguard-openbsd-c93a1da3b7be4d55510531a18151da72beb7ab29.tar.xz wireguard-openbsd-c93a1da3b7be4d55510531a18151da72beb7ab29.zip |
-b reports offsets in bytes.
ok millert@
-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. |