From a39939b0d40a286a283ee7b937447bdf7a6652f5 Mon Sep 17 00:00:00 2001 From: devzero2000 Date: Mon, 2 May 2011 10:16:40 +0000 Subject: document the /etc/popt.d use in popt(3) --- CHANGES | 1 + popt.3 | 11 +++++++---- 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 -- cgit v1.2.1