commit: 8885c5fc17d32b9bc51fabcf288af19093658ea1
parent 19badf633110a7e507c2271ecbfb05e99ce664d6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun, 30 Mar 2025 11:08:16 -0700
Improve man page formatting
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xcursorgen/-/merge_requests/7>
Diffstat:
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/xcursorgen.1 b/xcursorgen.1
@@ -1,5 +1,6 @@
.\"
-.\" Copyright 2002 Keith Packard.\"
+.\" Copyright 2002 Keith Packard
+.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
.\" documentation for any purpose is hereby granted without fee, provided that
.\" the above copyright notice appear in all copies and that both that
@@ -19,21 +20,25 @@
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.\" $XFree86: xc/programs/xcursorgen/xcursorgen.man,v 1.1 2002/09/03 06:48:28 keithp Exp $
-.\"
.TH XCURSORGEN 1 "September 03, 2002" "xcursorgen-nox-git"
.SH NAME
xcursorgen \- create an X cursor file from a collection of PNG images
.SH SYNOPSIS
.B "xcursorgen"
-[ \fB\-V\fP ] [ \fB\-\-version\fP ] [ \fB\-?\fP ] [ \fB\-\-help\fP ]
-[ \fB\-p\fP \fIdir\fP ] [ \fB\-\-prefix\fP \fIdir\fP ]
+[ \fB\-p\fP \fIdir\fP ]
+[ \fB\-\-prefix\fP \fIdir\fP ]
.RI "[ " config-file
.RI "[ " output-file " ] ]"
+.br
+.B "xcursorgen"
+\fB\-V\fP | \fB\-\-version\fP | \fB\-?\fP | \fB\-\-help\fP
.SH DESCRIPTION
-Xcursorgen reads the \fIconfig-file\fP to find the list of cursor images along
-with their hotspot and nominal size information. Xcursorgen converts all of
-the images to Xcursor format and writes them to the \fIoutput-file\fP.
+.B Xcursorgen
+reads the \fIconfig-file\fP to find the list of cursor images along
+with their hotspot and nominal size information.
+.B Xcursorgen
+converts all of the images to Xcursor format and
+writes them to the \fIoutput-file\fP.
.P
Each line in the config file is of the form:
.br
@@ -61,4 +66,4 @@ Display the usage message and exit.
Find cursor images in the directory specified by \fIdir\fP. If not specified,
the current directory is used.
.SH "SEE ALSO"
-Xcursor(3)
+.BR Xcursor(3)