summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Newton <Jeremy.Newton@amd.com>2019-03-22 12:38:33 -0400
committerTom St Denis <tom.stdenis@amd.com>2019-03-26 11:27:11 -0400
commitd03b2dd5f6f35233a2947ed5be2dd614a88adf6b (patch)
tree96320b3d049d7c3e596d65680a9b2c4f3777cb60
parentc56ba4e23e4442d6f65d9f2a2fe4277635b1dc10 (diff)
Fix manpage issues
Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com>
-rw-r--r--doc/umr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/umr.1 b/doc/umr.1
index 34a2209..ee0a2c7 100644
--- a/doc/umr.1
+++ b/doc/umr.1
@@ -12,7 +12,7 @@ Pick a device instance to work with. Defaults to the 0'th device. The instance
refers to a directory under
.B /sys/kernel/debug/dri/
where 0 is the first card probed.
-.IP "--force -f <number>"
+.IP "--force, -f <number>"
Force a PCIE Device ID in hex or by asic name. This is used in case the amdgpu driver
is not yet loaded or a display is not yet attached. A '@' prefix will specify a path to
an NPI script, for instance, '@/home/user/device.npi'. A '.' prefix will specify a virtual
@@ -22,7 +22,7 @@ for instance, '.vega10'.
Force a specific PCI device using the domain:bus:slot.function format in hex.
This is useful when more than one GPU is available. If the amdgpu driver is
loaded the corresponding instance will be automatically detected.
-.IP "--update, -u" <filename>
+.IP "--update, -u <filename>"
Specify update file to add, change, or delete registers from the register
database. Useful for adding registers that are not including in the kernel headers.