summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-26 17:49:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-26 18:40:58 -0700
commitbfaebfdcc92433a8b78c004de4bb3c5a8a545e75 (patch)
treee754e2e7bcd48654a1e3e5809cc90a240f5158a3 /man
parent7a138a5278890e122731eb94b8e5a7d6ef543243 (diff)
downloadxorg-lib-libXpm-bfaebfdcc92433a8b78c004de4bb3c5a8a545e75.tar.gz
man pages: Make file names consistent with their displayed names
Lets users view the pages using the name displayed on the pages Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am18
-rw-r--r--man/XpmCreateBuffer.man (renamed from man/xpmcreatebuffer.man)0
-rw-r--r--man/XpmCreateData.man (renamed from man/xpmcreatedata.man)0
-rw-r--r--man/XpmCreateImage.man (renamed from man/xpmcreateimage.man)0
-rw-r--r--man/XpmCreatePixmap.man (renamed from man/xpmcreatepixmap.man)0
-rw-r--r--man/XpmCreateXpmImage.man (renamed from man/xpmcreatexpmimage.man)0
-rw-r--r--man/XpmMisc.man (renamed from man/xpmmisc.man)4
-rw-r--r--man/XpmRead.man (renamed from man/xpmread.man)0
-rw-r--r--man/XpmWrite.man (renamed from man/xpmwrite.man)0
9 files changed, 11 insertions, 11 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 952d911..48fe050 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2022, Oracle and/or its affiliates.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -24,14 +24,14 @@
appmandir = $(APP_MAN_DIR)
libmandir = $(LIB_MAN_DIR)
libman_PRE=$(all_shadows:=.man) \
- xpmmisc.man \
- xpmcreatepixmap.man \
- xpmwrite.man \
- xpmcreateimage.man \
- xpmcreatebuffer.man \
- xpmread.man \
- xpmcreatedata.man \
- xpmcreatexpmimage.man
+ XpmCreateBuffer.man \
+ XpmCreateData.man \
+ XpmCreateImage.man \
+ XpmCreatePixmap.man \
+ XpmCreateXpmImage.man \
+ XpmMisc.man \
+ XpmRead.man \
+ XpmWrite.man
libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX))
diff --git a/man/xpmcreatebuffer.man b/man/XpmCreateBuffer.man
index 56afd67..56afd67 100644
--- a/man/xpmcreatebuffer.man
+++ b/man/XpmCreateBuffer.man
diff --git a/man/xpmcreatedata.man b/man/XpmCreateData.man
index 384a95d..384a95d 100644
--- a/man/xpmcreatedata.man
+++ b/man/XpmCreateData.man
diff --git a/man/xpmcreateimage.man b/man/XpmCreateImage.man
index f614ea7..f614ea7 100644
--- a/man/xpmcreateimage.man
+++ b/man/XpmCreateImage.man
diff --git a/man/xpmcreatepixmap.man b/man/XpmCreatePixmap.man
index 80dded1..80dded1 100644
--- a/man/xpmcreatepixmap.man
+++ b/man/XpmCreatePixmap.man
diff --git a/man/xpmcreatexpmimage.man b/man/XpmCreateXpmImage.man
index cd810fe..cd810fe 100644
--- a/man/xpmcreatexpmimage.man
+++ b/man/XpmCreateXpmImage.man
diff --git a/man/xpmmisc.man b/man/XpmMisc.man
index a5444d1..9d66feb 100644
--- a/man/xpmmisc.man
+++ b/man/XpmMisc.man
@@ -23,9 +23,9 @@
.\" from the X Consortium.
.\"
.hw XImage
-.TH xpmmisc __libmansuffix__ __xorgversion__ "libXpm functions"
+.TH XpmMisc __libmansuffix__ __xorgversion__ "libXpm functions"
.SH NAME
-Xpmmisc \- xpm misc functions to free used memory and handle errors
+XpmMisc \- xpm misc functions to free used memory and handle errors
.SH SYNOPSIS
.HP
diff --git a/man/xpmread.man b/man/XpmRead.man
index 8b264d2..8b264d2 100644
--- a/man/xpmread.man
+++ b/man/XpmRead.man
diff --git a/man/xpmwrite.man b/man/XpmWrite.man
index b840e97..b840e97 100644
--- a/man/xpmwrite.man
+++ b/man/XpmWrite.man