diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-19 16:52:58 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-19 16:52:58 +0200 |
commit | d1ab906879631da8f5441687e79a8c6b6ccbc7c1 (patch) | |
tree | 21592dcf84ec04a64beb401c6dcc797b2a77ef6e | |
parent | 3ed197bdca73e1ce6af5c2fbd26d32b561698fdc (diff) | |
download | pingu-d1ab906879631da8f5441687e79a8c6b6ccbc7c1.tar.bz2 pingu-d1ab906879631da8f5441687e79a8c6b6ccbc7c1.tar.xz |
man: use variables for paths
-rw-r--r-- | man/pingu.8.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/pingu.8.in b/man/pingu.8.in index a37b0b6..311e0ce 100644 --- a/man/pingu.8.in +++ b/man/pingu.8.in @@ -1,4 +1,4 @@ -.Dd October 14, 2011 +.Dd October 19, 2011 .Dt PINGU 8 Linux .Os @@ -33,13 +33,13 @@ configured as "load-balance" .It Fl a Use SOCKETPATH as administration socket instead of the default @DEFAULT_ADM_SOCKET@ .It Fl c -Use config file CONFIG instead of the default /etc/pingu/pingu.conf +Use config file CONFIG instead of the default @DEFAULT_CONFIG@ .It Fl d Fork to background (daemonize). .It Fl h Show short help text. .It Fl p -Use PIDFILE as pidfile instead of the default /var/run/pingu/pingu.pid +Use PIDFILE as pidfile instead of the default @DEFAULT_PIDFILE@ .It Fl V Print version and exit. .It Fl v @@ -47,11 +47,11 @@ Run in verbose mode. Will log debug messages, .El .Sh FILES -/etc/pingu/pingu.conf +@DEFAULT_CONFIG@ .br -/var/run/pingu/pingu.pid +@DEFAULT_PIDFILE@ .br -/var/run/pingu/pingu.ctl +@DEFAULT_ADM_SOCKET@ .Sh AUTHORS .An Natanael Copa |