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@xxxxxxxxxx> --- src/tegrarcm.1.in | 4 ++-- 1 file 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: -- 2.1.4 -- Martin Michlmayr http://www.cyrius.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html