Skip to content

Commit

Permalink
Minor style fixups
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
ISSOtm and Rangi42 authored Aug 8, 2024
1 parent 28615f1 commit 4d2dcb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/rgbasm.5
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ This precision can be changed with the
command-line option, and/or by
.Ic OPT Q
.Pq see Sx Changing options while assembling .
An individual fixed-point literal can have its own precision overridden by appending a
An individual fixed-point literal can specify its own precision, overriding the current default, by appending a
.Dq q
followed by the number of fractional bits: for example,
.Ql 1234.5q8
is equal to $0004d280
is equal to $0004d2_80
.EQ
delim $$
.EN
Expand Down Expand Up @@ -427,7 +427,7 @@ delim off
There are no functions for fixed-point addition and subtraction, because the
.Sq +
and
.Sq - ,
.Sq -
operators can add and subtract pairs of fixed-point operands.
.Bd -ragged -offset indent
Note that some operators or functions are meaningful when combining integers and fixed-point values.
Expand Down

0 comments on commit 4d2dcb9

Please sign in to comment.