summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2016-06-23 11:54:16 -0700
committerStephen Warren <swarren@nvidia.com>2016-06-24 08:54:46 -0600
commitec1eeac53420de6b34e814ebd28e92099b257487 (patch)
tree4fa03242693752d28956700541676ab5e415c140
parent0fbe8b52620e39292d7eb0233dc2411b16b5721c (diff)
downloadtegrarcm-ec1eeac53420de6b34e814ebd28e92099b257487.tar.gz
Avoid man warning about unknown macro
man --warnings shows this warning because some dots at the beginning of the line are not escaped: > usr/share/man/man1/tegrarcm.1.gz 111: warning: macro `..' not defined Put the ellipsis in brackets to avoid this. This was found thanks to lintian, the Debian package checker. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--src/tegrarcm.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tegrarcm.1.in b/src/tegrarcm.1.in
index 210f2e4..852af96 100644
--- a/src/tegrarcm.1.in
+++ b/src/tegrarcm.1.in
@@ -147,10 +147,10 @@ state of any other USB devices so you don't confuse yourself).
.nf
$ lsusb
-...
+[...]
Bus 003 Device 039: ID 0955:7721 NVidia Corp.
Bus 003 Device 045: ID 0955:7140 NVidia Corp.
-...
+[...]
.fi
Then, to determine the USB port path, do one of: