summaryrefslogtreecommitdiff
path: root/man/XtResolvePathname.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:15:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:35:51 -0400
commit0eedde5df39ac754623511c06c5573ad62ca4c4c (patch)
tree176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtResolvePathname.man
parentb7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff)
downloadxorg-lib-libXt-0eedde5df39ac754623511c06c5573ad62ca4c4c.tar.gz
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtResolvePathname.man')
-rw-r--r--man/XtResolvePathname.man21
1 files changed, 14 insertions, 7 deletions
diff --git a/man/XtResolvePathname.man b/man/XtResolvePathname.man
index 0c23ece..ad1c307 100644
--- a/man/XtResolvePathname.man
+++ b/man/XtResolvePathname.man
@@ -75,9 +75,11 @@ To set the
language for all applications specify ``*xnlLanguage: \fIlang\fP'' in the
resource database.
The format and content of the language string are
-implementation-defined. One suggested syntax is to compose
+implementation-defined.
+One suggested syntax is to compose
the language string of three parts; a ``language part'', a
-``territory part'' and a ``codeset part''. The manner in which
+``territory part'' and a ``codeset part''.
+The manner in which
this composition is accomplished is implementation-defined
and the \*(xI make no interpretation of the parts other
than to use them in substitutions as described below.
@@ -120,7 +122,8 @@ environment variable will be passed to
If
.B \s-1XFILESEARCHPATH\s+1
is not defined, an implementation-specific default path will be used
-which contains at least 6 entries. These entries
+which contains at least 6 entries.
+These entries
must contain the following substitutions:
.nf
@@ -141,7 +144,8 @@ with a colon, it will be preceded by %N%S. If the path includes two
adjacent colons, \fB%N%S\fP will be inserted between them.
.LP
The \fItype\fP parameter is intended to be a category of files, usually
-being translated into a directory in the pathname. Possible values
+being translated into a directory in the pathname.
+Possible values
might include ``app-defaults'', ``help'', and ``bitmap''.
.LP
The \fIsuffix\fP parameter is intended to be appended to the file name.
@@ -157,17 +161,20 @@ __projectroot__/lib/X11/%l/%T/%N%S:__projectroot__/lib/X11/%T/%N%S
.LP
Using this example, if the user has specified a language, it will be
used as a subdirectory of __projectroot__/lib/X11 that will be searched
-for other files. If the desired file is not found there, the lookup
+for other files.
+If the desired file is not found there, the lookup
will be tried again using just the language part of the specification.
If the file is not there, it will be looked for in
-__projectroot__/lib/X11. The \fItype\fP parameter is used as a
+__projectroot__/lib/X11.
+The \fItype\fP parameter is used as a
subdirectory of the language directory or of __projectroot__/lib/X11,
and \fIsuffix\fP is appended to the file name.
.LP
The %D substitution allows the addition of path
elements to the implementation-specific default path, typically to
allow additional directories to be searched without preventing
-resources in the system directories from being found. For example, a
+resources in the system directories from being found.
+For example, a
user installing resource files under a directory called ``ourdir''
might set
.B \s-1XFILESEARCHPATH\s+1