From 7c562918bae499b18b9205d151425b7ab40c19c2 Mon Sep 17 00:00:00 2001 From: sobrado Date: Wed, 23 Sep 2009 20:02:22 +0000 Subject: [PATCH] libXt is built with /etc/X11/app-defaults as the default search path, not /usr/X11R6/lib/X11/app-defaults. ok matthieu@ --- app/ssh-askpass/x11-ssh-askpass.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ssh-askpass/x11-ssh-askpass.man.in b/app/ssh-askpass/x11-ssh-askpass.man.in index f3cfa467e..c7161490d 100644 --- a/app/ssh-askpass/x11-ssh-askpass.man.in +++ b/app/ssh-askpass/x11-ssh-askpass.man.in @@ -43,7 +43,7 @@ are as follows: .Bl -dash -offset indent .It Configurable via the standard X resource mechanisms -.Pa /usr/X11R6/lib/X11/app-defaults , +.Pa /etc/X11/app-defaults , .Pa ~/.Xdefaults , .Xr xrdb 1 , etc. @@ -278,8 +278,8 @@ the string to display on the button. the font to use for this button label. .El .Sh FILES -.Bl -tag -width "/usr/X11R6/lib/X11/app-defaults/SshAskpass" -compact -.It Pa /usr/X11R6/lib/X11/app-defaults/SshAskpass +.Bl -tag -width "/etc/X11/app-defaults/SshAskpass" -compact +.It Pa /etc/X11/app-defaults/SshAskpass .El .Sh SEE ALSO .Xr X 1 ,