diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2022-11-01 17:01:18 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-09 14:02:40 -0700 |
commit | 7a96be33c8f555b69b0047935576b52ef94859ff (patch) | |
tree | be9b5498259dd52a04897e64f450781e980b224e | |
parent | 38124788350edf6df4bb62619c99ebf212787505 (diff) | |
download | lwn-7a96be33c8f555b69b0047935576b52ef94859ff.tar.gz lwn-7a96be33c8f555b69b0047935576b52ef94859ff.zip |
docs: admin-guide: hw_random: Make document title more generic and concise
The hw_random subsystem no longer works only on specific Intel chipsets;
make the title of hw_random.rst reflect this fact.
While we're at it, also remove the words "Linux support for", since it's
clear from context that this is a document about Linux.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221101160119.955997-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/hw_random.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/admin-guide/hw_random.rst b/Documentation/admin-guide/hw_random.rst index 121de96e395e..d494601717f1 100644 --- a/Documentation/admin-guide/hw_random.rst +++ b/Documentation/admin-guide/hw_random.rst @@ -1,6 +1,6 @@ -========================================================== -Linux support for random number generator in i8xx chipsets -========================================================== +================================= +Hardware random number generators +================================= Introduction ============ |