From ed047486f5dd79cb594ef100362fe04ab1ef3e0a Mon Sep 17 00:00:00 2001 From: Johannes Gijsbers Date: Mon, 30 Aug 2004 15:03:23 +0000 Subject: Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. --- Doc/whatsnew/whatsnew24.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b9d23c2..9649d5b 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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.) -- cgit v0.12