diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-04 13:27:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-04 13:27:33 +0000 |
commit | bfe3e7b0cb4af2ec6be9f685eeb7899b4213bef0 (patch) | |
tree | 9c670e1e71b13f6dea1438bbf2dfd9bc73575028 /usr.bin | |
parent | e795d3a8301f34df24bdb19ea6c73d25141047e9 (diff) |
whitespace needed between macro args and punctuation;
Diffstat (limited to 'usr.bin')
-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 17af06607ca..1f385779580 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.604 2018/07/04 12:30:52 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.605 2018/07/04 13:27:32 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -3458,7 +3458,7 @@ Hooks are managed with these commands: .Ar command .Xc Without -.Fl R, +.Fl R , sets (or with .Fl u unsets) hook |