diff options
author | 2020-01-29 08:28:17 +0000 | |
---|---|---|
committer | 2020-01-29 08:28:17 +0000 | |
commit | c9ac349a8ef5708cda59aa5579f842d2c7fcbc17 (patch) | |
tree | b784acbb0ac8bb64293cc5112219153593818a3a | |
parent | markus suggests a simplification to previous (diff) | |
download | wireguard-openbsd-c9ac349a8ef5708cda59aa5579f842d2c7fcbc17.tar.xz wireguard-openbsd-c9ac349a8ef5708cda59aa5579f842d2c7fcbc17.zip |
Remove extra Pp (from jmc) and add a missing word.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index e523e3b1f7a..ec2abf269da 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.708 2020/01/28 10:44:30 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.709 2020/01/29 08:28:17 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: January 28 2020 $ +.Dd $Mdocdate: January 29 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -214,7 +214,6 @@ was given) and off. Report the .Nm version. -.Pp .It Ar command Op Ar flags This specifies one of a set of commands used to control .Nm , @@ -4953,7 +4952,7 @@ When the option is reached, the oldest automatically named buffer is deleted. Explicitly named buffers are not subject to .Ic buffer-limit -and may be deleted with +and may be deleted with the .Ic delete-buffer command. .Pp |