summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/rdmsr.1m
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man1m/rdmsr.1m
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man1m/rdmsr.1m')
-rw-r--r--usr/src/man/man1m/rdmsr.1m43
1 files changed, 0 insertions, 43 deletions
diff --git a/usr/src/man/man1m/rdmsr.1m b/usr/src/man/man1m/rdmsr.1m
deleted file mode 100644
index c483d803d2..0000000000
--- a/usr/src/man/man1m/rdmsr.1m
+++ /dev/null
@@ -1,43 +0,0 @@
-.\"
-.\" This file and its contents are supplied under the terms of the
-.\" Common Development and Distribution License ("CDDL"), version 1.0.
-.\" You may only use this file in accordance with the terms of version
-.\" 1.0 of the CDDL.
-.\"
-.\" A full copy of the text of the CDDL should have accompanied this
-.\" source. A copy of the CDDL is also available via the Internet at
-.\" http://www.illumos.org/license/CDDL.
-.\"
-.\" Copyright 2019 Joyent, Inc.
-.\"
-.Dd October 14, 2019
-.Dt RDMSR 1M
-.Os
-.Sh NAME
-.Nm rdmsr
-.Nd Read Model-Specific Register
-.Sh SYNOPSIS
-.Nm
-.Ar [0x<msrnr>]...
-.Sh DESCRIPTION
-The
-.Nm
-command can be used to read a value out of one or more x86 MSRs, as defined by
-the Intel and AMD CPU specifications.
-The integer MSR number should be given (typically in 0x-prefixed hexadecimal).
-It is the command-line equivalent of the
-.Fn rdmsr
-instruction).
-.Pp
-The read is done on the current CPU, which may change arbitrarily
-between MSR reads: to read from a particular CPU,
-.Xr pbind 1M
-can be used to execute this utility.
-.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, or 1 if an error occurs, or at least one MSR
-could not be read.
-.Sh SEE ALSO
-Intel 64 and IA-32 Architectures Software Developer's Manual Volume 4:
-Model-Specific Registers