diff options
Diffstat (limited to 'sysutils/mcelog/pkg-message')
-rw-r--r-- | sysutils/mcelog/pkg-message | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/mcelog/pkg-message b/sysutils/mcelog/pkg-message index 80710e89cfd8..35c5d5d52aa1 100644 --- a/sysutils/mcelog/pkg-message +++ b/sysutils/mcelog/pkg-message @@ -1,7 +1,12 @@ -================================================= -You can decode MCE output from the FreeBSD kernel -by using the following command: +====================================================== +You can decode MCE output from the FreeBSD kernel by +using the following command: -mcelog --no-dmi --ascii --file /path/to/log + mcelog --no-dmi --ascii --file /path/to/log -================================================= +Or if you wish to paste the MCE via stdin: + + mcelog --no-dmi --ascii + {...paste MCE and send EOF/press Ctrl-D...} + +====================================================== |