import gdb-2000-02-02 snapshot
[external/binutils.git] / gas / doc / c-hppa.texi
index c432b8d..5fa535f 100644 (file)
@@ -184,7 +184,7 @@ Advance location counter to @var{lc}. Synonym for the @code{@value{as}}
 portable directive @code{.org}.
 
 @item .param @var{name} [ ,@var{typ} ]  [ ,@var{param}=@var{r} ]
-@c Not in HP manual; GNU HPPA extension
+@c Not in HP manual; @sc{gnu} HPPA extension
 Similar to @code{.export}, but used for static procedures.
 
 @item .proc
@@ -218,8 +218,8 @@ Allocate four bytes of storage, and initialize them with the section number of
 the section named @var{secnam}.  (You can define the section number with the
 HPPA @code{.space} directive.)
 
-@item .string "@var{str}"
 @cindex @code{string} directive on HPPA
+@item .string "@var{str}"
 Copy the characters in the string @var{str} to the object file.
 @xref{Strings,,Strings}, for information on escape sequences you can use in
 @code{@value{AS}} strings.
@@ -233,7 +233,7 @@ Like @code{.string}, but appends a zero byte after copying @var{str} to object
 file.
 
 @item .subspa @var{name} [ ,@var{params} ]
-@item .nsubspa @var{name} [ ,@var{params} ]
+@itemx .nsubspa @var{name} [ ,@var{params} ]
 Similar to @code{.space}, but selects a subsection @var{name} within the
 current section.  You may only specify @var{params} when you create a
 subsection (in the first instance of @code{.subspa} for this @var{name}).