summaryrefslogtreecommitdiff
path: root/popt.3
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 /popt.3
parent18138c81c7761e5660513b57db336afae7b145ad (diff)
downloadlibpopt-a39939b0d40a286a283ee7b937447bdf7a6652f5.tar.gz
document the /etc/popt.d use in popt(3)
Diffstat (limited to 'popt.3')
-rw-r--r--popt.311
1 files changed, 7 insertions, 4 deletions
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