[PATCH app/xlsatoms] Adjust man page to show default format.

Tobias Stoeckmann tobias at stoeckmann.org
Wed Jul 4 13:33:18 UTC 2018


The default format is %lu\t%s, not %ld\t%s, i.e. unsigned.

Signed-off-by: Tobias Stoeckmann <tobias at stoeckmann.org>
---
 man/xlsatoms.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/xlsatoms.man b/man/xlsatoms.man
index afa89bf..34d386e 100644
--- a/man/xlsatoms.man
+++ b/man/xlsatoms.man
@@ -44,7 +44,7 @@ This option specifies the X server to which to connect.
 This option specifies a \fIprintf\fP-style string used to list each atom
 \fI<value,name>\fP pair, printed in that order (\fIvalue\fP is an \fIunsigned
 long\fP and \fIname\fP is a \fIchar *\fP).  \fIXlsatoms\fP will supply a
-newline at the end of each line.  The default is \fI%ld\\t%s\fP.
+newline at the end of each line.  The default is \fI%lu\\t%s\fP.
 .TP 8
 .B \-range \fI[low]-[high]\fP
 This option specifies the range of atom values to check.  If \fIlow\fP is not
-- 
2.18.0



More information about the xorg-devel mailing list