diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-05-25 11:29:42 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-05-25 11:29:42 -0700 |
commit | 9c32a8b402002baa3c9c38eb59455f74bf987959 (patch) | |
tree | c5fa5945d06cf36b71b2bcf3d5388fb68ca214f7 | |
parent | b563231a8a1a6183c3c7e89d0017cd1c5d126045 (diff) |
mandoc: xkbbell.1:21:5: STYLE: lower case character in document title: TH xkbbell
mandoc: xkbbell.1:21:16: WARNING: cannot parse date, using it verbatim: TH xkbutils 1.0.6
mandoc: xkbbell.1:33:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:40:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:44:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:48:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:52:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:56:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:60:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:64:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:68:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbbell.1:72:2: WARNING: skipping paragraph macro: PP empty
mandoc: xkbvleds.1:21:5: STYLE: lower case character in document title: TH xkbvleds
mandoc: xkbvleds.1:21:16: WARNING: cannot parse date, using it verbatim: TH xkbutils 1.0.6
mandoc: xkbwatch.1:21:5: STYLE: lower case character in document title: TH xkbwatch
mandoc: xkbwatch.1:21:16: WARNING: cannot parse date, using it verbatim: TH xkbutils 1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xkbutils/-/merge_requests/13>
-rw-r--r-- | man/xkbbell.man | 12 | ||||
-rw-r--r-- | man/xkbvleds.man | 2 | ||||
-rw-r--r-- | man/xkbwatch.man | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/man/xkbbell.man b/man/xkbbell.man index d0f4134..a1bc8ce 100644 --- a/man/xkbbell.man +++ b/man/xkbbell.man @@ -18,7 +18,7 @@ .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. -.TH xkbbell __appmansuffix__ __xorgversion__ +.TH XKBBELL __appmansuffix__ 2024-05-31 __xorgversion__ .SH NAME xkbbell \- generate X Keyboard Extension bell events .SH SYNOPSIS @@ -30,46 +30,36 @@ xkbbell \- generate X Keyboard Extension bell events .SH DESCRIPTION user utility .SH OPTIONS -.PP .TP 8 .B \-display \fIdpy\fP specifies which display to use .TP 8 .B \-synch turns on synchronization -.PP .TP 8 .B \-dev \fIid\fP specifies which device to use -.PP .TP 8 .B \-force force audible bell -.PP .TP 8 .B \-nobeep suppress server bell, event only -.PP .TP 8 .B \-bf \fIid\fP specifies which bell feedback to use -.PP .TP 8 .B \-kf \fIid\fP specifies which keyboard feedback to use -.PP .TP 8 .B \-v \fIvolume\fP specifies which volume to use -.PP .TP 8 .B \-w \fIid\fP specifies which window to use -.PP .TP 8 .B \-help print list of options and exit -.PP .TP 8 .B \-version print program version and exit diff --git a/man/xkbvleds.man b/man/xkbvleds.man index 64b51a1..f4078af 100644 --- a/man/xkbvleds.man +++ b/man/xkbvleds.man @@ -18,7 +18,7 @@ .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. -.TH xkbvleds __appmansuffix__ __xorgversion__ +.TH XKBVLEDS __appmansuffix__ 2024-05-31 __xorgversion__ .SH NAME xkbvleds \- display X Keyboard Extension LED state in a window .SH SYNOPSIS diff --git a/man/xkbwatch.man b/man/xkbwatch.man index 0fa3b67..379c496 100644 --- a/man/xkbwatch.man +++ b/man/xkbwatch.man @@ -18,7 +18,7 @@ .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. -.TH xkbwatch __appmansuffix__ __xorgversion__ +.TH XKBWATCH __appmansuffix__ 2025-04-05 __xorgversion__ .SH NAME xkbwatch \- report state changes using the X Keyboard Extension .SH DESCRIPTION |