diff options
author | Allan McRae <allan@archlinux.org> | 2013-09-10 14:12:10 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-09-10 14:13:40 +1000 |
commit | aa04af0078dafb6af40b1ee0ede140eedbf67c4f (patch) | |
tree | 4b90e45e6c67509805b5eea485ab9cb256dee509 /manual | |
parent | cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0 (diff) | |
download | glibc-aa04af0078dafb6af40b1ee0ede140eedbf67c4f.tar glibc-aa04af0078dafb6af40b1ee0ede140eedbf67c4f.tar.gz glibc-aa04af0078dafb6af40b1ee0ede140eedbf67c4f.tar.bz2 glibc-aa04af0078dafb6af40b1ee0ede140eedbf67c4f.zip |
Clarify documentation cross-reference
The end of the "Parsing of Floats" subsection currently reads:
The GNU C Library also provides '_l' versions of these functions,
which take an additional argument, the locale to use in conversion.
*Note Parsing of Integers::.
Split the final note as it is unrelated to the above comment and
reference it with "See also" instead.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/arith.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 77056c3ea2..85aa197a30 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -2455,7 +2455,8 @@ is provided mostly for compatibility with existing code; using @Theglibc{} also provides @samp{_l} versions of these functions, which take an additional argument, the locale to use in conversion. -@xref{Parsing of Integers}. + +See also @ref{Parsing of Integers}. @node System V Number Conversion @section Old-fashioned System V number-to-string functions |