> + * src/inetd.c (pidfile_option): New variable. > + (pid_file): New variable. > + (argp_options): Add an option for replacing path of PID file. > > s/path/file name/ In GNU a path is something different, namley a > list of file names or directories to search. Keep up the good > work.
May I suggest 's/path/location/' for my future uses? File name would be the base name, not the aggregation of path and base name. Right? To be consistent, we should use file name since that is what we have been using and what the GNU coding standards recommend. Location is more akin to a directory, and not a file name. If you wish to distinguish between "basename" of a file name you can say `relative file name'; or the base of a file name.
