fix default paths in man page

This commit is contained in:
Miroslav Lichvar 2013-05-24 18:15:25 +02:00
parent fb8bf0debd
commit 13dc536615
1 changed files with 33 additions and 4 deletions

View File

@ -1,7 +1,6 @@
diff -up urlview/.default urlview/
diff -up urlview/url_handler.sh.default urlview/url_handler.sh
--- urlview/url_handler.sh.default 2012-12-10 16:27:10.000000000 +0100
+++ urlview/url_handler.sh 2012-12-14 15:22:11.658278857 +0100
+++ urlview/url_handler.sh 2013-05-24 18:05:13.899859933 +0200
@@ -28,15 +28,15 @@
# VT: Launch in the same terminal
@ -36,7 +35,7 @@ diff -up urlview/url_handler.sh.default urlview/url_handler.sh
esac
diff -up urlview/urlview.c.default urlview/urlview.c
--- urlview/urlview.c.default 2012-12-10 16:27:10.000000000 +0100
+++ urlview/urlview.c 2012-12-14 15:37:35.082248774 +0100
+++ urlview/urlview.c 2013-05-24 18:05:13.900859934 +0200
@@ -50,8 +50,8 @@
#include "quote.h"
@ -50,7 +49,7 @@ diff -up urlview/urlview.c.default urlview/urlview.c
#define PAGELEN (LINES - 1 - OFFSET)
diff -up urlview/urlview.conf.suse.default urlview/urlview.conf.suse
--- urlview/urlview.conf.suse.default 2012-12-10 16:27:10.000000000 +0100
+++ urlview/urlview.conf.suse 2012-12-14 15:46:58.229840267 +0100
+++ urlview/urlview.conf.suse 2013-05-24 18:05:13.900859934 +0200
@@ -4,6 +4,6 @@
#
# The defaults are shown here:
@ -60,3 +59,33 @@ diff -up urlview/urlview.conf.suse.default urlview/urlview.conf.suse
+# REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>\"\t]*|(www|ftp)[0-9]?\\.[-a-z0-9.]+)[^ .,;\t\n\r<\">\\):]?[^, <>\"\t]*[^ .,;\t\n\r<\">\\):]
+# COMMAND /usr/bin/url_handler.sh %s
#
diff -up urlview/urlview.man.default urlview/urlview.man
--- urlview/urlview.man.default 2012-12-10 16:27:10.000000000 +0100
+++ urlview/urlview.man 2013-05-24 18:12:00.551452060 +0200
@@ -35,7 +35,7 @@ attempts to read
upon startup. If this file
doesn't exist, it will try to read a system wide file
in
-.IR /etc/urlview/system.urlview .
+.IR /etc/urlview.conf .
There are two configuration commands (order does not matter):
.TP
REGEXP \fIregexp\fP
@@ -63,7 +63,7 @@ with the URL that was requested, otherwi
the COMMAND string. The default COMMAND is:
.br
.sp
-/etc/urlview/url_handler.sh
+/usr/bin/url_handler.sh
.PP
.B Note:
You should
@@ -81,7 +81,7 @@ Enable or disable URL wrapping. Valid va
If this option is not supplied, the default behaviour is to disable wrapping.
.SH FILES
.PP
-.IP "/etc/urlview/system.urlview"
+.IP "/etc/urlview.conf"
system-wide urlview configuration file
.IP "~/.urlview"
urlview configuration file