diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 10:45:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 10:45:12 +0000 |
commit | e8a7436ecef19b1d084c487214524ce635251d20 (patch) | |
tree | fc9dc2abd143aae6f9078b02a8a9abed010cf4a6 /usr.bin | |
parent | aa2e033d9b0f5ef5d3995c75e0cae4f7f6f198fd (diff) |
remove unnecessary .Sm macros (oops, this is my fault it ever
made it into the tree);
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/grep/grep.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 34acdebb9fc..e65035bdec1 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.24 2004/04/02 18:40:09 otto Exp $ +.\" $OpenBSD: grep.1,v 1.25 2004/04/03 10:45:11 jmc Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -230,9 +230,7 @@ do not search binary files; and .Ar text , treat all files as text. -.Sm off .It Fl Fl line-buffered -.Sm on Force output to be line buffered. By default, output is line buffered when standard output is a terminal and block buffered otherwise. |