+2018-02-26 Maciej W. Rozycki <macro@mips.com>
+
+ * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
+ descriptions.
+
2018-02-26 Nick Clifton <nickc@redhat.com>
* doc/as.texinfo (Dc): Fix typo.
If no suffix is used then @samp{.w} is assumed.
-The byte ordering is still target dependent, as is the size and format of
-floating point values.
+The byte ordering is target dependent, as is the size and format of floating
+point values.
@node Dcb
@section @code{.dcb[@var{size}] @var{number} [,@var{fill}]}
@end table
Note - unlike the @code{.dcb} directive the @samp{.d}, @samp{.s} and @samp{.x}
-suffixes do not indicate that floating-point values are to inserted.
+suffixes do not indicate that floating-point values are to be inserted.
If the @var{size} suffix is omitted then @samp{.w} is assumed.
-The byte ordering is target dependent, as is the size and format of floating
-point values.
+The byte ordering is target dependent.
@ifset COFF