diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-10-18 09:09:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-10-18 09:09:47 +0000 |
commit | dfe159fab497eba6a284f50bbed0ff9a6071db8e (patch) | |
tree | 710eb313bf816fc1056d120f6db96b6c57136030 /usr.bin/tmux | |
parent | 6f007c7e101463b4234728e298278c8a015384d2 (diff) |
Remove duplicate options, spotted by Ricky Cintron.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 78026d2b94e..3ae65e9b85a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.862 2021/10/14 13:19:01 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.863 2021/10/18 09:09:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 14 2021 $ +.Dd $Mdocdate: October 18 2021 $ .Dt TMUX 1 .Os .Sh NAME @@ -4276,24 +4276,6 @@ see the section. Attributes are ignored. .Pp -.It Ic popup-style Ar style -Set the popup style. -For how to specify -.Ar style , -see the -.Sx STYLES -section. -Attributes are ignored. -.Pp -.It Ic popup-border-style Ar style -Set the popup border style. -For how to specify -.Ar style , -see the -.Sx STYLES -section. -Attributes are ignored. -.Pp .It Ic popup-border-lines Ar type Set the type of characters used for drawing popup borders. .Ar type |