From a7df5ba3e673ecfb3f00cf00005b0a9cbc465fd6 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 15 Jul 2010 21:54:20 +0000 Subject: [PATCH] some escapes i missed; --- usr.bin/file/magic.5 | 6 +++--- usr.bin/tmux/tmux.1 | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 3b8a9999021..d24f8c6db8e 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: magic.5,v 1.13 2009/11/26 20:22:50 jmc Exp $ +.\" $OpenBSD: magic.5,v 1.14 2010/07/15 21:54:20 jmc Exp $ .\" .\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $ .\" @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 26 2009 $ +.Dd $Mdocdate: July 15 2010 $ .Dt MAGIC 5 .Os .\" install as magic.4 on USG, magic.5 on V7, Berkeley and Linux systems. @@ -371,7 +371,7 @@ being examined. If the first character following the last .Em \*(Gt is a -.Em ( +.Em \&( then the string after the parenthesis is interpreted as an indirect offset. That means that the number after the parenthesis is used as an offset in the file. diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ac4984e3b44..81a5ef6cd27 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.181 2010/06/29 03:30:14 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.182 2010/07/15 21:54:20 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: June 29 2010 $ +.Dd $Mdocdate: July 15 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -254,9 +254,9 @@ Choose which buffer to paste interactively from a list. List all key bindings. .It D Choose a client to detach. -.It [ +.It \&[ Enter copy mode to copy text or view the history. -.It ] +.It \&] Paste the most recently copied buffer of text. .It c Create a new window. -- 2.20.1