diff options
author | 2016-08-22 20:07:58 +0000 | |
---|---|---|
committer | 2016-08-22 20:07:58 +0000 | |
commit | bf75ba01b894f32f3e593ba029bcc72df03f1ef7 (patch) | |
tree | de3ac16f2e53e80313a2f04090391ef074635e97 | |
parent | Remove unused code and definitions. (diff) | |
download | wireguard-openbsd-bf75ba01b894f32f3e593ba029bcc72df03f1ef7.tar.xz wireguard-openbsd-bf75ba01b894f32f3e593ba029bcc72df03f1ef7.zip |
Two minor fixes from dilyan palauzov.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c7e5b93276d..f71917e53ec 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.492 2016/08/03 09:08:40 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.493 2016/08/22 20:07:58 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: August 3 2016 $ +.Dd $Mdocdate: August 22 2016 $ .Dt TMUX 1 .Os .Sh NAME @@ -987,7 +987,7 @@ bind-key -Troot a switch-client -Ttable1 .Sh WINDOWS AND PANES A .Nm -window may be in one of several modes. +window may be in one of two modes. The default permits direct access to the terminal attached to the window. The other is copy mode, which permits a section of a window or its history to be copied to a @@ -3873,7 +3873,7 @@ and so on. When the .Ic buffer-limit option is reached, the oldest automatically named buffer is deleted. -Explicitly named are not subject to +Explicitly named buffers are not subject to .Ic buffer-limit and may be deleted with .Ic delete-buffer |