[PATCH] fix manpage (XDG_DATA_HOME --> XDG_CONFIG_HOME)
Jun T <[email protected]>
| Newsgroups | gmane.comp.graphics.gnuplot.devel |
|---|---|
| Message-ID | <[email protected]> |
XDG_DATA_HOME mentioned in the manpage should be XDG_CONFIG_HOME. diff --git a/man/gnuplot.1 b/man/gnuplot.1 index 8075a7cf2..9b81df586 100644 --- a/man/gnuplot.1 +++ b/man/gnuplot.1 @@ -48,7 +48,7 @@ Support for a huge variety of output devices and file formats. .PP \fB\-c scriptname ARG1 ARG2 ..., load script using gnuplot's "call" mechanism and pass it the remainder of the command line as arguments .PP -\fB\-d, \-\-default\fP settings. Do not read from gnuplotrc, ~/.gnuplot, and $XDG_DATA_HOME/gnuplot/gnuplotrc on entry. +\fB\-d, \-\-default\fP settings. Do not read from gnuplotrc, ~/.gnuplot, and $XDG_CONFIG_HOME/gnuplot/gnuplotrc on entry. .PP \fB\-e "command list"\fP executes the requested commands before loading the next input file. .PP @@ -69,7 +69,7 @@ gnuplot. None of these are required. .TP .B GNUTERM The name of the terminal type to be used by default. This can be -overridden by the gnuplotrc, .gnuplot, or $XDG_DATA_HOME/gnuplot/gnuplotrc +overridden by the gnuplotrc, .gnuplot, or $XDG_CONFIG_HOME/gnuplot/gnuplotrc start-up files and, of course, by later explicit "set terminal" commands. .TP .B GNUHELP _______________________________________________ gnuplot-beta mailing list [email protected] Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
man-xdg.patch
(application/octet-stream, 1.1 KB)
diff --git a/man/gnuplot.1 b/man/gnuplot.1 index 8075a7cf2..9b81df586 100644 --- a/man/gnuplot.1 +++ b/man/gnuplot.1 @@ -48,7 +48,7 @@ Support for a huge variety of output devices and file formats. .PP \fB\-c scriptname ARG1 ARG2 ..., load script using gnuplot's "call" mechanism and pass it the remainder of the command line as arguments .PP -\fB\-d, \-\-default\fP settings. Do not read from gnuplotrc, ~/.gnuplot, and $XDG_DATA_HOME/gnuplot/gnuplotrc on entry. +\fB\-d, \-\-default\fP settings. Do not read from gnuplotrc, ~/.gnuplot, and $XDG_CONFIG_HOME/gnuplot/gnuplotrc on entry. .PP \fB\-e "command list"\fP executes the requested commands before loading the next input file. .PP @@ -69,7 +69,7 @@ gnuplot. None of these are required. .TP .B GNUTERM The name of the terminal type to be used by default. This can be -overridden by the gnuplotrc, .gnuplot, or $XDG_DATA_HOME/gnuplot/gnuplotrc +overridden by the gnuplotrc, .gnuplot, or $XDG_CONFIG_HOME/gnuplot/gnuplotrc start-up files and, of course, by later explicit "set terminal" commands. .TP .B GNUHELP