diff options
author | 2014-04-12 16:41:10 +0000 | |
---|---|---|
committer | 2014-04-12 16:41:10 +0000 | |
commit | f140a643355c5f004008db9d2c758d4c01b7ab21 (patch) | |
tree | aa36924f3fd4c38a301f33a20b015386d30bbdec | |
parent | word fix; (diff) | |
download | wireguard-openbsd-f140a643355c5f004008db9d2c758d4c01b7ab21.tar.xz wireguard-openbsd-f140a643355c5f004008db9d2c758d4c01b7ab21.zip |
more(1) is not an editor, so don't say -t will "edit" a file;
wording suggested by millert@, also discussed with sobrado@
-rw-r--r-- | usr.bin/less/more.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/less/more.1 b/usr.bin/less/more.1 index d5b76c4e9c4..7884f58d42c 100644 --- a/usr.bin/less/more.1 +++ b/usr.bin/less/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.10 2014/04/12 15:38:39 jmc Exp $ +.\" $OpenBSD: more.1,v 1.11 2014/04/12 16:41:10 schwarze Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,7 +89,7 @@ commands). .It Fl s Squeeze consecutive blank lines into a single blank line. .It Fl t Ar tag -Edit the file containing +Examine the file containing .Ar tag . For more information, see .Xr ctags 1 . |