diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2023-01-23 09:33:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2023-01-23 09:33:52 +0000 |
commit | 8f6a3c7270102ec4c77257df1b6364715c44056f (patch) | |
tree | 5bfe9c7cc64c6b7433331e1a95142b9df917edf5 /usr.bin | |
parent | 508afdfb68673f686b4947660e1ccacbd96faed8 (diff) |
Too many \s in example, GitHub issue 3445.
Diffstat (limited to 'usr.bin')
-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 a46e3f6e1c6..3963a49416d 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.912 2023/01/20 21:36:00 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.913 2023/01/23 09:33:51 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 20 2023 $ +.Dd $Mdocdate: January 23 2023 $ .Dt TMUX 1 .Os .Sh NAME @@ -542,7 +542,7 @@ for example in these .Xr sh 1 commands: .Bd -literal -offset indent -$ tmux neww\e\e; splitw +$ tmux neww\e; splitw .Ed .Pp Or: |