Docs: don't use the warning tag

More markup removal
This commit is contained in:
Matthias Clasen
2014-01-31 17:38:27 -05:00
parent c575d24dfb
commit 64eface479
8 changed files with 46 additions and 53 deletions

View File

@@ -66,8 +66,8 @@
* The following functions allow you to use a portable, fast and good
* pseudo-random number generator (PRNG).
*
* <warning><para>Do not use this API for cryptographic purposes such as key
* generation, nonces, salts or one-time pads.</para></warning>
* Do not use this API for cryptographic purposes such as key
* generation, nonces, salts or one-time pads.
*
* This PRNG is suitable for non-cryptographic use such as in games
* (shuffling a card deck, generating levels), generating data for a
@@ -358,11 +358,11 @@ g_rand_set_seed (GRand* rand, guint32 seed)
* @seed: array to initialize with
* @seed_length: length of array
*
* Initializes the random number generator by an array of
* longs. Array can be of arbitrary size, though only the
* Initializes the random number generator by an array of longs.
* Array can be of arbitrary size, though only the
* first 624 values are taken. This function is useful
* if you have many low entropy seeds, or if you require more then
* 32bits of actual entropy for your application.
* 32 bits of actual entropy for your application.
*
* Since: 2.4
**/