diff options
author | scottl <scottl@FreeBSD.org> | 2000-10-05 20:42:42 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2000-10-05 20:42:42 +0000 |
commit | 81b897aef290ffd9a71aca8eeecbd92ed60b9856 (patch) | |
tree | f5538bfa2803594c116a893f210026d9035fdb21 /share/man | |
parent | e78e88817e8e32c185fb1603255622916728d8e0 (diff) | |
download | FreeBSD-src-81b897aef290ffd9a71aca8eeecbd92ed60b9856.zip FreeBSD-src-81b897aef290ffd9a71aca8eeecbd92ed60b9856.tar.gz |
Add the manual page for the aac device.
Reviewed by: sheldonh@freebsd.org
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 73a068e..df33140 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 # $FreeBSD$ -MAN4= adv.4 \ +MAN4= aac.4 \ + adv.4 \ adw.4 \ aha.4 \ ahb.4 \ |