diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-28 22:49:22 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-28 22:49:22 +0000 |
commit | 181f7722b3c69188ff9634fffd0ade674518b373 (patch) | |
tree | 65be00bacf9a4e9bb280c9d7000c88ca6f44fb43 | |
parent | 41863470baec86c45858b4b0e7048400a91986bc (diff) | |
download | rtmux-181f7722b3c69188ff9634fffd0ade674518b373.tar.gz rtmux-181f7722b3c69188ff9634fffd0ade674518b373.tar.bz2 rtmux-181f7722b3c69188ff9634fffd0ade674518b373.zip |
Sync OpenBSD patchset 447:
Remove -d from tmux.1 as well.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.195 2009-10-25 10:42:56 tcunha Exp $ +.\" $Id: tmux.1,v 1.196 2009-10-28 22:49:22 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 28dlquv +.Op Fl 28lquv .Op Fl c Ar shell-command .Op Fl f Ar file .Op Fl L Ar socket-name @@ -111,10 +111,6 @@ If necessary, the server will be started to retrieve the .Ic default-shell option. -.It Fl d -Force -.Nm -to assume the terminal supports default colours. .It Fl f Ar file Specify an alternative configuration file. By default, |