summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-07-15 21:54:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-07-15 21:54:21 +0000
commite46e891adde0f8352b3c5d1e26d7a1222ef4399d (patch)
treeb49458eae36e1566f691270413239677508a3ec6 /usr.bin
parentd1cd7b277c3248a7a3afa919c9b5474219b70a14 (diff)
some escapes i missed;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/magic.56
-rw-r--r--usr.bin/tmux/tmux.18
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 <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.