All the man pages for our tools that interact with Window Maker are placed
in the "1x" section, but the "wdread" page was an exception for no known
reason.

For consistency, this patch renames the file to the same "1x" section.

Signed-off-by: Christophe CURIS <[email protected]>
---
 doc/Makefile.am |  2 +-
 doc/wdread.1    | 31 -------------------------------
 doc/wdread.1x   | 31 +++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 32 deletions(-)
 delete mode 100644 doc/wdread.1
 create mode 100644 doc/wdread.1x

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d667153..139b65c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,7 +11,7 @@ dist_man_MANS = \
        seticons.1x \
        setstyle.1x \
        upgrade-windowmaker-defaults.8 \
-       wdread.1 \
+       wdread.1x \
        wdwrite.1x \
        WindowMaker.1x \
        wmagnify.1x \
diff --git a/doc/wdread.1 b/doc/wdread.1
deleted file mode 100644
index d3ad358..0000000
--- a/doc/wdread.1
+++ /dev/null
@@ -1,31 +0,0 @@
-.TH "wdread" "1" "15 August 2011"
-.SH "NAME"
-\fBwdread\fR \- read value from defaults database
-.PP
-.SH "SYNOPSIS"
-.B wdread \fR[ \fI\-\-options \fR]
-.PP
-.SH "DESCRIPTION"
-\fBwdread \fR\- read value from defaults database
-.PP
-.SH "OPTIONS"
-.TP
-.B \-\-help
-\fRdisplay this help and exit
-.TP
-.B \-\-version
-\fRoutput version information and exit
-.TP
-.B \-\-h
-\fRlike \-\-help
-.TP
-.B \-\-v
-\fRlike \-\-version
-.PP
-.SH "AUTHOR"
-Window Maker was written by Alfredo K. Kojima <[email protected]>,
-wdread is a part of Window Maker, was  cowardly remade from wdwrite.c;
-by judas@hell on Jan 26 2001
-.PP
-This manpage was written by Rodolfo García Peñas (kix) for the
-Debian GNU/Linux system (but may be used by others).
diff --git a/doc/wdread.1x b/doc/wdread.1x
new file mode 100644
index 0000000..e0c5cb2
--- /dev/null
+++ b/doc/wdread.1x
@@ -0,0 +1,31 @@
+.TH wdread 1x "15 August 2011"
+.SH "NAME"
+\fBwdread\fR \- read value from defaults database
+.PP
+.SH "SYNOPSIS"
+.B wdread \fR[ \fI\-\-options \fR]
+.PP
+.SH "DESCRIPTION"
+\fBwdread \fR\- read value from defaults database
+.PP
+.SH "OPTIONS"
+.TP
+.B \-\-help
+\fRdisplay this help and exit
+.TP
+.B \-\-version
+\fRoutput version information and exit
+.TP
+.B \-\-h
+\fRlike \-\-help
+.TP
+.B \-\-v
+\fRlike \-\-version
+.PP
+.SH "AUTHOR"
+Window Maker was written by Alfredo K. Kojima <[email protected]>,
+wdread is a part of Window Maker, was  cowardly remade from wdwrite.c;
+by judas@hell on Jan 26 2001
+.PP
+This manpage was written by Rodolfo García Peñas (kix) for the
+Debian GNU/Linux system (but may be used by others).
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to