summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2018-07-04 15:33:18 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-12 11:41:47 -0800
commit1ffbd9c5be8fb61bcbe9bb06d349af54bfbb2f3b (patch)
tree40565becafc8647ddc68eaaa53cf375c78706084
parent52a6e57bfd7f273fc754c12a44eb94200f3de0b9 (diff)
Adjust man page to show default format.
The default format is %lu\t%s, not %ld\t%s, i.e. unsigned. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/xlsatoms.man2
1 files changed, 1 insertions, 1 deletions
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