diff options
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 5abf2e0..dfbbcc4 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -949,15 +949,15 @@ convenience: @table @code @item atoz Parse a human readable @code{const char*} -10-radix integer to an @code{size_t}. +10-radix integer to a @code{size_t}. @item atosz Parse a human readable @code{const char*} -10-radix integer to an @code{ssize_t}. +10-radix integer to a @code{ssize_t}. @item atoh Parse a human readable @code{const char*} -10-radix integer to an @code{short int}. +10-radix integer to a @code{short int}. @item atouh Parse a human readable @code{const char*} |