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

This commit is contained in:
Johannes Gijsbers 2004-08-30 15:03:23 +00:00
parent 5ae9743ea6
commit ed047486f5
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ be replaced by the option's default value.
\item A new \function{urandom(\var{n})} function
was added to the \module{os} module, providing access to
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.
(Contributed by Trevor Perrin.)