Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-03 | added --use-syslog option to man page | Danny Kukawka | 1 | -0/+4 | |
Added --use-syslog option to man page. This fix fd.o #15320. | |||||
2007-04-02 | properly use $(docdir) | Michael Biebl | 1 | -4/+4 | |
* Bump autoconf dependency to 2.59 so we have $(docdir) * Remove custom $(DOCDIR) from configure.in and use $(docdir) in doc/spec/Makefile.am instead * Generate man pages during make time using sed as recommended [1]. * Use $(docdir), $(sbindir) and $(sysconfdir) instead of fixed paths. * Generate man_MANS list automatically from MAN_IN_FILES [1] http://tinyurl.com/yueld5 | |||||
2007-04-01 | fix section for hald man page | Michael Biebl | 1 | -0/+105 | |
2007/4/1, David Zeuthen <david@fubar.dk>: > On Sun, 2007-04-01 at 22:11 +0200, Michael Biebl wrote: > > hald is a system daemon (installed in /usr/sbin). The correct section > > for the man page is 8 in that case (current one is 1) > > The attached patch fixes that. > > OK, I'm fine with this, but > > - need to patch configure.in > - need to change all the references from hald(1) to hald(8) > in the other man pages > > Is it possible you can attach a new patch that does this? Thanks. Sure, updated patch attached. |