diff options
-rw-r--r-- | man/x11perf.man | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/x11perf.man b/man/x11perf.man index 96e476c..91fcd93 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -951,6 +951,24 @@ PutImage XYbitmap 100x100 square, MIT shared memory extension. .B \-shmputxybitmap500 PutImage XYbitmap 500x500 square, MIT shared memory extension. .TP 14 +.B \-shmget10 +GetImage 10x10 square, MIT shared memory extension. +.TP 14 +.B \-shmget100 +GetImage 100x100 square, MIT shared memory extension. +.TP 14 +.B \-shmget500 +GetImage 500x500 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy10 +GetImage XY format 10x10 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy100 +GetImage XY format 100x100 square, MIT shared memory extension. +.TP 14 +.B \-shmgetxy500 +GetImage XY format 500x500 square, MIT shared memory extension. +.TP 14 .B \-getimage10 GetImage 10x10 square. .TP 14 |