diff options
author | 2015-11-15 21:05:56 +0000 | |
---|---|---|
committer | 2015-11-15 21:05:56 +0000 | |
commit | d882dbb077ec739c5bb41f0c4df6533ec3c3bd50 (patch) | |
tree | 744897c732938cf1f91db38937edb75d247091a3 | |
parent | Remove more register keywords. (diff) | |
download | wireguard-openbsd-d882dbb077ec739c5bb41f0c4df6533ec3c3bd50.tar.xz wireguard-openbsd-d882dbb077ec739c5bb41f0c4df6533ec3c3bd50.zip |
The compile-time secure mode has gone, from Michael Reed.
-rw-r--r-- | usr.bin/less/less.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index 1062a8913ab..7d8f72780b2 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.49 2015/11/08 09:56:38 jmc Exp $ +.\" $OpenBSD: less.1,v 1.50 2015/11/15 21:05:56 nicm Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" @@ -23,7 +23,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 8 2015 $ +.Dd $Mdocdate: November 15 2015 $ .Dt LESS 1 .Os .Sh NAME @@ -1756,8 +1756,6 @@ Metacharacters in filenames, such as "*". .It " " Filename completion (TAB, ^L). .El -.Pp -Less can also be compiled to be permanently in "secure" mode. .Sh COMPATIBILITY WITH MORE If the environment variable .Ev LESS_IS_MORE |