diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-01 20:25:29 +0000 |
commit | 68de46d260d44841aab5ecce9d31cf24ccd533f8 (patch) | |
tree | 587f670eb7cbc7234fee920589c96e4ac0d88f6f | |
parent | 216412edcbf15a9ae918c2066f93680355fc9b0b (diff) |
Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900
Berkholz)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ba96740..bce1bee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,7 @@ xfs_SOURCES = \ include/swaprep.h \ include/swapreq.h -dist_man_MANS = \ +dist_man1_MANS = \ xfs.man FSERRORS = /var/log/xfs.log |