Commit d2ba578d authored by Johannes Gijsbers's avatar Johannes Gijsbers

Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}.

parent 2b1ac543
...@@ -1121,7 +1121,7 @@ be replaced by the option's default value. ...@@ -1121,7 +1121,7 @@ be replaced by the option's default value.
\item A new \function{urandom(\var{n})} function \item A new \function{urandom(\var{n})} function
was added to the \module{os} module, providing access to was added to the \module{os} module, providing access to
platform-specific sources of randomness such as platform-specific sources of randomness such as
\filename{/dev/urandom} on Linux or the Windows CryptoAPI. The \file{/dev/urandom} on Linux or the Windows CryptoAPI. The
function returns a string containing \var{n} bytes of random data. function returns a string containing \var{n} bytes of random data.
(Contributed by Trevor Perrin.) (Contributed by Trevor Perrin.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment