summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_unique_id.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-09-17 12:33:12 +0000
committerKen Coar <coar@apache.org>1998-09-17 12:33:12 +0000
commitcaec9aac63033ea2d9c3b35ca04d84a71af319d9 (patch)
treea712069462aed82b43307ce9d6bf14184f471b1b /docs/manual/mod/mod_unique_id.html
parent64b5f061b769b443ef98ee4a4eefbc4b254cef70 (diff)
downloadhttpd-caec9aac63033ea2d9c3b35ca04d84a71af319d9.tar.gz
The semi-regular HTML cleanup of the documentation. There are
some HTML errors (incorrect anchor nesting, primarily) coming in another commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_unique_id.html')
-rw-r--r--docs/manual/mod/mod_unique_id.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_unique_id.html b/docs/manual/mod/mod_unique_id.html
index 6756824c96..c9c4d3afe9 100644
--- a/docs/manual/mod/mod_unique_id.html
+++ b/docs/manual/mod/mod_unique_id.html
@@ -101,7 +101,7 @@ too far forward, is reset correctly, and then revisits the future time).
In this case we can easily show that we can get pid and time stamp reuse.
The choice of initializer for the counter is intended to help defeat this.
Note that we really want a random number to initialize the counter,
-but there aren't any readily available numbers on most systems (i.e. you
+but there aren't any readily available numbers on most systems (<EM>i.e.</EM>, you
can't use rand() because you need to seed the generator, and can't seed
it with the time because time, at least at one second resolution, has
repeated itself). This is not a perfect defense.