summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2011-05-02 10:16:40 +0000
committerdevzero2000 <devzero2000>2011-05-02 10:16:40 +0000
commita39939b0d40a286a283ee7b937447bdf7a6652f5 (patch)
treebf78538370ef52ff711fb51c8e3ed223674658d2
parent18138c81c7761e5660513b57db336afae7b145ad (diff)
downloadlibpopt-a39939b0d40a286a283ee7b937447bdf7a6652f5.tar.gz
document the /etc/popt.d use in popt(3)
-rw-r--r--CHANGES1
-rw-r--r--popt.311
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index bba23c8..9f9b00f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.17 -> 2.0:
+ - devzero2000: document the /etc/popt.d use in popt(3)
- jbj: fix: plug another memory leak related to contiguous argv malloc.
- jbj: fix: plug a memory leak related to contiguous argv malloc.
- devzero2000: fix the configmake.h make rule: update its timestamp also if it don't change.
diff --git a/popt.3 b/popt.3
index 5d5a556..ddc82c1 100644
--- a/popt.3
+++ b/popt.3
@@ -534,10 +534,13 @@ popt expands into other options when they are specified. If the standard
information in text files.
.sp
.SS "1. SPECIFYING ALIASES"
-.RI "Aliases are normally specified in two places: " /etc/popt
-.RB "and the " .popt " file in the user's home directory (found through "
-.RB "the " HOME " environment variable). Both files have the same format, "
-an arbitrary number of lines formatted like this:
+.RI "Aliases are normally specified in two places: " /etc/popt " and"
+.RB " the " .popt " file in the user's home directory (found through"
+.RB "the " HOME " environment variable).
+.RB "The directory " /etc/popt.d " can also contain an arbitrary
+number of these files, with names of your choice.
+.sp
+They have the same format, an arbitrary number of lines formatted like this:
.sp
.IB appname " alias " newoption "" " expansion"
.sp