diff options
author | 2014-11-23 09:56:32 +0000 | |
---|---|---|
committer | 2014-11-23 09:56:32 +0000 | |
commit | 392ce557a910bbfc072e39a966f94ecb73d67de0 (patch) | |
tree | e6b5e8c7d6c18746f821f70575f94b9e75a2bd63 | |
parent | Add regress for atexit() vs DSO unloading and start on a similar test (diff) | |
download | wireguard-openbsd-392ce557a910bbfc072e39a966f94ecb73d67de0.tar.xz wireguard-openbsd-392ce557a910bbfc072e39a966f94ecb73d67de0.zip |
minor fixes;
-rw-r--r-- | usr.bin/less/less.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index 52a0f6402fa..bf6ff3e334d 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.44 2014/11/23 08:01:06 bentley Exp $ +.\" $OpenBSD: less.1,v 1.45 2014/11/23 09:56:32 jmc Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" @@ -41,7 +41,7 @@ .Op Fl p Ar pattern .Op Fl T Ar tagsfile .Op Fl t Ar tag -.Op Fl x Ar n Ns , Ns Ar ... +.Op Fl x Ar n , Ns Ar ... .Op Fl y Ar n .Op Fl z Ar n .Op Ar @@ -2018,7 +2018,8 @@ to get the terminal characteristics necessary to manipulate the screen. .It Ev VISUAL Specifies the default editor. If not set, -.Ev EDITOR is used; +.Ev EDITOR +is used; if that is not set, .Xr vi 1 is used. |