diff options
author | 2009-07-11 20:04:19 +0000 | |
---|---|---|
committer | 2009-07-11 20:04:19 +0000 | |
commit | a7a617a4acf6f507a322ee37ce976fe1bf9a5345 (patch) | |
tree | 9f8d2f4e9ff3a8bd1f3a39f6f29e4ae667f83ebd | |
parent | When rebooting, pass a request to the PROM for it to skip diagnostics and (diff) | |
download | wireguard-openbsd-a7a617a4acf6f507a322ee37ce976fe1bf9a5345.tar.xz wireguard-openbsd-a7a617a4acf6f507a322ee37ce976fe1bf9a5345.zip |
Add -r to the synopsis of the paste-buffer command, prompted by jmc.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ec221b67348..8a3739030e3 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.24 2009/07/11 19:14:56 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.25 2009/07/11 20:04:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -888,7 +888,7 @@ If .Fl a is used, move to the next window with a bell, activity or content alert. .It Xo Ic paste-buffer -.Op Fl d +.Op Fl dr .Op Fl b Ar buffer-index .Op Fl t Ar target-window .Xc |