about summary refs log tree commit diff
path: root/manual/math.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-02 16:30:28 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-02 16:30:28 +0000
commit48b22986ccb7751b8474189ac1b610265b242c30 (patch)
treebec7abdbb6e3008a6d6d1b04e27fb7075109ea83 /manual/math.texi
parent3501542f9475d352fd77bef5c8902cc6c14673c2 (diff)
downloadglibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.gz
glibc-48b22986ccb7751b8474189ac1b610265b242c30.tar.xz
glibc-48b22986ccb7751b8474189ac1b610265b242c30.zip
* manual/arith.texi: Avoid @strong{Note:}.
	* manual/creature.texi: Likewise.
	* manual/filesys.texi: Likewise.
	* manual/math.texi: Likewise.
	* manual/memory.texi: Likewise.
	* manual/resource.texi: Likewise.
	* manual/syslog.texi: Likewise.
	* manual/time.texi: Likewise.
Diffstat (limited to 'manual/math.texi')
-rw-r--r--manual/math.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/math.texi b/manual/math.texi
index 7ebcddee3f..50e087c487 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -1366,7 +1366,7 @@ The prototypes for these functions are in @file{stdlib.h}.
 This function returns the next pseudo-random number in the sequence.
 The value returned ranges from @code{0} to @code{RAND_MAX}.
 
-@strong{Note:} Temporarily this function was defined to return a
+@strong{NB:} Temporarily this function was defined to return a
 @code{int32_t} value to indicate that the return value always contains
 32 bits even if @code{long int} is wider.  The standard demands it
 differently.  Users must always be aware of the 32-bit limitation,