The manual for our BSD licensed timeout(1) lacks a HISTORY and AUTHORS section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 7147
Event Timeline
Comment Actions
- Wasn't AUTHORS supposed to be above HISTORY?
- Could you please run igor on the manpage?
Grazi :) (thanks for fixing this after our convo last night :D..)...
Comment Actions
I used the following in /usr/src/usr.bin:
grep -l '^\.Sh AUTHORS' */*.1 | xargs grep -l '^\.Sh HISTORY' | xargs grep -n '^\.Sh \(AUTHORS\|HISTORY\)'
It seems to indicate that HISTORY should be above AUTHORS