diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 17:39:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 17:39:38 +0200 |
commit | f564b500ca718e735ed72530a52c4fe57d2c3ea6 (patch) | |
tree | f0acc2aab644f1eb105bb140d52887f0fdbc24bd /php-pear/pear.conf.5 | |
parent | 9bbb50b3a32511baadb6bfdcb464a4eca526a413 (diff) |
php-pear: for SCL
Diffstat (limited to 'php-pear/pear.conf.5')
-rw-r--r-- | php-pear/pear.conf.5 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/php-pear/pear.conf.5 b/php-pear/pear.conf.5 new file mode 100644 index 0000000..00216e7 --- /dev/null +++ b/php-pear/pear.conf.5 @@ -0,0 +1,50 @@ +.TH PEAR.CONF 5 "2013" "File Formats" +.SH NAME +.B pear.conf +\- configuration file for \fBPEAR\fR applications. + +.SH DESCRIPTION +The \fBpear.conf\fP is used by \fBPEAR\fR applications +to store their configuration. This file should not be edited. +.P +The \fBpear\fR command provides the \fBconfig-show\fR, \fBconfig-get\fR +and \fBconfig-set\fR sub-commands needed to change the configuration. + +.SH FILES +.TP 15 +.B /etc/pear.conf +The system configuration file. +.TP +.B $HOME/.pearrc +The user configuration file. + +.SH SEE ALSO +.B pear(1) + +.SH COPYRIGHT +.PD 0 +Copyright \(co 1997\-2009 +Stig Bakken, +Gregory Beaver, +Helgi Þormar Þorbjörnsson, +Tomas V.V.Cox, +Martin Jansen. +.P +All rights reserved. +.P +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +.P +* Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +.P +* Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +.SH BUGS +You can view the list of known bugs or report any new bug you found at: +.PD 0 +.P +.B http://pear.php.net/bugs/ + |