diff options
| author | 2019-12-24 09:57:11 +0000 | |
|---|---|---|
| committer | 2019-12-24 09:57:11 +0000 | |
| commit | f4da578464d07db871d30fb65a34a412f0c595c8 (patch) | |
| tree | 0b7b971bd222d79dcbd19a1558b836245b160252 | |
| parent | add pipe kqueue tests (diff) | |
| download | wireguard-openbsd-f4da578464d07db871d30fb65a34a412f0c595c8.tar.xz wireguard-openbsd-f4da578464d07db871d30fb65a34a412f0c595c8.zip | |
Fix name of option, GitHub issue 2030.
| -rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index b2acb70214d..6b71996baf2 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.700 2019/11/28 09:45:16 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.701 2019/12/24 09:57:11 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: November 28 2019 $ +.Dd $Mdocdate: December 24 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -4360,7 +4360,7 @@ interface, for example .Ic status-style for the status line. In addition, embedded styles may be specified in format options, such as -.Ic status-left-format , +.Ic status-left , by enclosing them in .Ql #[ and |
