From 574fcd7b67939bf81ea11201de402092f10df15a Mon Sep 17 00:00:00 2001
From: Roland Pesch <pesch@cygnus>
Date: Tue, 30 Jun 1992 18:17:31 +0000
Subject: [PATCH] Small clarification in description of Jxx FOO expansion for
 680x0.

---
 gas/doc/as-all.texinfo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gas/doc/as-all.texinfo b/gas/doc/as-all.texinfo
index f4b77457837..aa1e280838a 100644
--- a/gas/doc/as-all.texinfo
+++ b/gas/doc/as-all.texinfo
@@ -4038,7 +4038,8 @@ list of pseudo-ops in this family is:
 
 For the cases of non-PC relative displacements and long displacements on
 the 68000 or 68010, @code{as} will issue a longer code fragment in terms of
-@var{NX}, the opposite condition to @var{XX}:
+@var{NX}, the opposite condition to @var{XX}.  For example, for the
+non-PC relative case:
 @smallexample
     j@var{XX} foo
 @end smallexample