diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-08-25 19:54:38 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-08-25 19:54:38 +0200 |
| commit | ae363d445df3d24e7e293e37ff17eb9133153bde (patch) | |
| tree | 42a1dff3db3fa505d780dc8b9e4bd66e9b69adcb | |
| parent | m (diff) | |
| download | mds-ae363d445df3d24e7e293e37ff17eb9133153bde.tar.gz mds-ae363d445df3d24e7e293e37ff17eb9133153bde.tar.bz2 mds-ae363d445df3d24e7e293e37ff17eb9133153bde.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -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*} |
