summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-prefcb.c
blob: e13d7c0c15e9415abe432f6ab510888199efb103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- prefcb.c	2001/02/09 13:12:30	1.1
+++ prefcb.c	2001/02/09 13:12:46
@@ -698,7 +698,7 @@
 
 	PDialogDeleteAllPrompts();
 	PDialogAddPromptWithBrowse(
-	    NULL, "Path:", "/usr/man",
+	    NULL, "Path:", "/usr/share/man",
 	    (void *)pref,
 	    PrefManPageDirPromptBrowseCB
 	);