some escapes i missed;
authorjmc <jmc@openbsd.org>
Thu, 15 Jul 2010 21:54:20 +0000 (21:54 +0000)
committerjmc <jmc@openbsd.org>
Thu, 15 Jul 2010 21:54:20 +0000 (21:54 +0000)
usr.bin/file/magic.5
usr.bin/tmux/tmux.1

index 3b8a999..d24f8c6 100644 (file)
@@ -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.
index ac4984e..81a5ef6 100644 (file)
@@ -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 <nicm@users.sourceforge.net>
 .\"
@@ -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.