summaryrefslogtreecommitdiff
path: root/man/XrmGetFileDatabase.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
committerWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
commit4eb167f5aca4cca05a230c728ffdb4fd382a4e1e (patch)
tree43d92fdddfc3921c4362106156caa566d725b9f0 /man/XrmGetFileDatabase.man
parent08e6b36292ebf01ba2dcc4a48ec371c6f5d13458 (diff)
downloadxorg-lib-libX11-4eb167f5aca4cca05a230c728ffdb4fd382a4e1e.tar.gz
replace home grown .ZN with std, .B and .BR
Replace the home grown macro .ZN with std. macros from man macro paket. So we can get rid of the definition an get a clean header. Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XrmGetFileDatabase.man')
-rw-r--r--man/XrmGetFileDatabase.man20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/XrmGetFileDatabase.man b/man/XrmGetFileDatabase.man
index a0c10197..63b9534a 100644
--- a/man/XrmGetFileDatabase.man
+++ b/man/XrmGetFileDatabase.man
@@ -125,7 +125,7 @@ Specifies the resource database.
Specifies the connection to the X server.
.SH DESCRIPTION
The
-.ZN XrmGetFileDatabase
+.B XrmGetFileDatabase
function opens the specified file,
creates a new resource database, and loads it with the specifications
read in from the specified file.
@@ -135,11 +135,11 @@ with incorrect syntax is implementation-dependent.
The file is parsed in the current locale,
and the database is created in the current locale.
If it cannot open the specified file,
-.ZN XrmGetFileDatabase
+.B XrmGetFileDatabase
returns NULL.
.LP
The
-.ZN XrmPutFileDatabase
+.B XrmPutFileDatabase
function stores a copy of the specified database in the specified file.
Text is written to the file as a sequence of entries in valid
ResourceLine format (see section 15.1).
@@ -151,12 +151,12 @@ The order in which entries are written is implementation-dependent.
Entries with representation types other than ``String'' are ignored.
.LP
The
-.ZN XrmGetStringDatabase
+.B XrmGetStringDatabase
function creates a new database and stores the resources specified
in the specified null-terminated string.
-.ZN XrmGetStringDatabase
+.B XrmGetStringDatabase
is similar to
-.ZN XrmGetFileDatabase
+.B XrmGetFileDatabase
except that it reads the information out of a string instead of out of a file.
The string should contain a sequence of entries in valid ResourceLine
format (see section 15.1) terminated by a null character;
@@ -166,11 +166,11 @@ The string is parsed in the current locale,
and the database is created in the current locale.
.LP
If database is NULL,
-.ZN XrmDestroyDatabase
+.B XrmDestroyDatabase
returns immediately.
.LP
The
-.ZN XrmLocaleOfDatabase
+.B XrmLocaleOfDatabase
function returns the name of the locale bound to the specified
database, as a null-terminated string.
The returned locale name string is owned by Xlib and should not be
@@ -180,12 +180,12 @@ Until the string is freed,
it will not be modified by Xlib.
.LP
The
-.ZN XrmGetDatabase
+.B XrmGetDatabase
function returns the database associated with the specified display.
It returns NULL if a database has not yet been set.
.LP
The
-.ZN XrmSetDatabase
+.B XrmSetDatabase
function associates the specified resource database (or NULL)
with the specified display.
The database previously associated with the display (if any) is not destroyed.