ar(4) manual page missing

Alexander Best arundel at freebsd.org
Sun Dec 19 11:06:59 UTC 2010


hi there,

i noticed the ar(4) manual page was missing. this patch should fix the issue.
the patch should apply cleanly to head and maybe stable/8. on stable/7 there
exists an ar(4) manual page, which however is i386 specific (man4/i386). so i
don't think this change can be MFC'ed to stable/7.

cheers.
alex

-- 
a13x
-------------- next part --------------
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c8177b9..7fa05d8 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -510,6 +510,7 @@ MLINKS+=an.4 if_an.4
 MLINKS+=ata.4 acd.4 \
 	ata.4 ad.4 \
 	ata.4 afd.4 \
+	ata.4 ar.4 \
 	ata.4 ast.4
 MLINKS+=aue.4 if_aue.4
 MLINKS+=axe.4 if_axe.4


More information about the freebsd-doc mailing list