diff options
author | 2013-03-24 00:09:30 +0000 | |
---|---|---|
committer | 2013-03-24 00:09:30 +0000 | |
commit | c50fc3bc47f9a5ab0cf7b76b80c3a90558f83398 (patch) | |
tree | bae72bd5e863fa5ad8cbc4aab9ed3911201abf09 | |
parent | pull the suser check for sysctl pointers up higher, out of the loops. (diff) | |
download | wireguard-openbsd-c50fc3bc47f9a5ab0cf7b76b80c3a90558f83398.tar.xz wireguard-openbsd-c50fc3bc47f9a5ab0cf7b76b80c3a90558f83398.zip |
tic writes into /usr/share/terminfo not /usr/share/misc/terminfo,
pointed out by creamy at nocrater dot com.
ok millert
-rw-r--r-- | usr.bin/tic/tic.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tic/tic.1 b/usr.bin/tic/tic.1 index 58644105248..43e3af8ee00 100644 --- a/usr.bin/tic/tic.1 +++ b/usr.bin/tic/tic.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tic.1,v 1.15 2010/09/02 09:00:01 sobrado Exp $ +.\" $OpenBSD: tic.1,v 1.16 2013/03/24 00:09:30 nicm Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * @@ -28,10 +28,10 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: tic.1,v 1.15 2010/09/02 09:00:01 sobrado Exp $ +.\" $Id: tic.1,v 1.16 2013/03/24 00:09:30 nicm Exp $ .TH tic 1 "" .ds n 5 -.ds d /usr/share/misc/terminfo +.ds d /usr/share/terminfo .SH NAME \fBtic\fR - the \fIterminfo\fR entry-description compiler .SH SYNOPSIS |