summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 22:14:54 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 22:16:19 -0700
commit2b2cf62524e99075b6c613e38310748e769efddb (patch)
tree735bebe135bbd518d0fc1f8d5cf5659c3d1cde0e
parentc10b0ac6f19778d6e8d0ce5033ee7e8710b02c17 (diff)
Bug 10274: X(7) manpage doesn't document %D for environment variables
https://bugs.freedesktop.org/show_bug.cgi?id=10274 Reported to Debian by Julian Gilbey (Debian BTS #243597) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--man/general/X.man2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/general/X.man b/man/general/X.man
index 5eebba2..f8f38a1 100644
--- a/man/general/X.man
+++ b/man/general/X.man
@@ -1060,6 +1060,7 @@ will search for resource files. The default value consists of
A path template is transformed to a pathname by substituting:
.sp
.nf
+ %D => the implementation-specific default path
%N => name (basename) being searched for
%T => type (dirname) being searched for
%S => suffix being searched for
@@ -1093,6 +1094,7 @@ $XAPPLRESDIR defaults to \fI$HOME\fP, see below.
A path template is transformed to a pathname by substituting:
.sp
.nf
+ %D => the implementation-specific default path
%N => name (basename) being searched for
%T => type (dirname) being searched for
%S => suffix being searched for