zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / unixodbc / patches / 004-man.patch
blobe3bd6911ce37684c10777b5b59ed8f66f852d541
1 diff -ur unixODBC-2.3.4/man/isql.1 unixODBC-2.3.4-man/man/isql.1
2 --- unixODBC-2.3.4/man/isql.1 2014-05-05 12:27:13.000000000 +0400
3 +++ unixODBC-2.3.4-man/man/isql.1 2015-11-25 17:02:14.250247359 +0300
4 @@ -20,7 +20,7 @@
6 .IP \fBDSN\fR
7 The Data Source Name, which should be used to make connection to the database.
8 -The data source is looked for in the /etc/odbc.ini and $HOME/.odbc.ini files in
9 +The data source is looked for in the /etc/odbc/odbc.ini and $HOME/.odbc.ini files in
10 that order, with the latter overwriting the former.
12 .IP \fBUSER\fR
13 @@ -109,7 +109,7 @@
15 .SH FILES
17 -.I /etc/odbc.ini
18 +.I /etc/odbc/odbc.ini
19 .RS
20 System-wide DSN definitions. See
21 .BR odbc.ini (5)
22 diff -ur unixODBC-2.3.4/man/odbc.ini.5 unixODBC-2.3.4-man/man/odbc.ini.5
23 --- unixODBC-2.3.4/man/odbc.ini.5 2013-12-06 14:51:45.000000000 +0400
24 +++ unixODBC-2.3.4-man/man/odbc.ini.5 2015-11-25 17:02:14.256300686 +0300
25 @@ -1,10 +1,10 @@
26 .TH odbc.ini 5 "Thu 27 Jun 2013" "version 2.3.2" "unixODBC manual pages"
28 .SH NAME
29 -/etc/odbc.ini, $HOME/.odbc.ini - unixODBC data sources configuration
30 +/etc/odbc/odbc.ini, $HOME/.odbc.ini - unixODBC data sources configuration
32 .SH DESCRIPTION
33 -.B /etc/odbc.ini
34 +.B /etc/odbc/odbc.ini
35 is text configuration file for the system wide ODBC data sources (i. e. database
36 connections).
37 .B $HOME/.odbc.ini
38 diff -ur unixODBC-2.3.4/man/odbcinst.1 unixODBC-2.3.4-man/man/odbcinst.1
39 --- unixODBC-2.3.4/man/odbcinst.1 2013-12-06 14:51:45.000000000 +0400
40 +++ unixODBC-2.3.4-man/man/odbcinst.1 2015-11-25 17:02:14.264055374 +0300
41 @@ -79,14 +79,14 @@
43 .SH FILES
45 -.I /etc/odbinst.ini
46 +.I /etc/odbc/odbinst.ini
47 .RS
48 Configuration file containing all the database drivers specifications. See
49 .BR odbcinst.ini (5)
50 for more details.
51 .RE
53 -.I /etc/odbc.ini
54 +.I /etc/odbc/odbc.ini
55 .RS
56 System-wide data sources specifications. See
57 .BR odbc.ini (5)
58 diff -ur unixODBC-2.3.4/man/odbcinst.ini.5 unixODBC-2.3.4-man/man/odbcinst.ini.5
59 --- unixODBC-2.3.4/man/odbcinst.ini.5 2013-12-06 14:51:45.000000000 +0400
60 +++ unixODBC-2.3.4-man/man/odbcinst.ini.5 2015-11-25 17:02:14.267733549 +0300
61 @@ -1,10 +1,10 @@
62 .TH odbcinst.ini 5 "Thu 27 Jun 2013" "version 2.3.2" "unixODBC manual pages"
64 .SH NAME
65 -/etc/odbcinst.ini - An unixODBC drivers configuration
66 +/etc/odbc/odbcinst.ini - An unixODBC drivers configuration
68 .SH DESCRIPTION
69 -.B /etc/odbcinst.ini
70 +.B /etc/odbc/odbcinst.ini
71 is a text configuration file for unixODBC drivers. It can be edited by hand,
72 but the recommended way to update this file is to use the
73 .BR odbcinst (1)