diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-03 13:31:40 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-03 13:31:40 +0000 |
commit | d6ab9bf62ec6fbd72a8195c0c4310f9d21fcee04 (patch) | |
tree | ef4a6720e535d6a116dacf381f02c69fe0b8b218 | |
parent | afe8351c908d1ac395ec057a78518bb36db07da4 (diff) | |
download | FreeBSD-src-d6ab9bf62ec6fbd72a8195c0c4310f9d21fcee04.zip FreeBSD-src-d6ab9bf62ec6fbd72a8195c0c4310f9d21fcee04.tar.gz |
Link man4/i386/alpm.4 to man4/
That will make this page visible for whatis/catman
PR: docs/13226
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 5e11521..e8bd80a 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -18,6 +18,7 @@ MLINKS+= ahb.4 ../ahb.4 MLINKS+= ahc.4 ../ahc.4 MLINKS+= aic.4 ../aic.4 MLINKS+= al.4 ../al.4 +MLINKS+= alpm.4 ../alpm.4 MLINKS+= apm.4 ../apm.4 MLINKS+= ar.4 ../ar.4 MLINKS+= asc.4 ../asc.4 |