From 72b62e687698644710a06deebbb9f2ca8ea368df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Sun, 23 Sep 2012 16:38:25 +0200 Subject: [PATCH] cpuid.4: ffix Signed-off-by: Michael Kerrisk --- man4/cpuid.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man4/cpuid.4 b/man4/cpuid.4 index 4cdc3e5f7..8168837b6 100644 --- a/man4/cpuid.4 +++ b/man4/cpuid.4 @@ -28,9 +28,9 @@ cpuid \- x86 CPUID access device CPUID provides an interface for querying information about the x86 CPU. This device is accessed by -.B lseek (2) +.BR lseek (2) or -.B pread (2) +.BR pread (2) to the appropriate CPUID level and reading in chunks of 16 bytes. A larger read size means multiple reads of consecutive levels.