diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2012-02-17 14:02:44 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2012-02-17 14:02:44 +0000 |
commit | f6a92b88034b5633dce0691839ae5352761c81b5 (patch) | |
tree | 5114714dfa1c73ea0f1daffa9f7d5cc3ad7447ce /share/man/man4/Makefile | |
parent | 9bd3250a02c34dea617b02eff5970004d4eb7fc0 (diff) | |
download | src-f6a92b88034b5633dce0691839ae5352761c81b5.tar.gz src-f6a92b88034b5633dce0691839ae5352761c81b5.zip |
add manpage for the "oce" driver
Submitted by: Naresh Raju Gottumukkala (Emulex)
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=231880
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 90f9554ff673..39db5344771b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -328,6 +328,7 @@ MAN= aac.4 \ ${_nvram.4} \ ${_nvram2env.4} \ ${_nxge.4} \ + oce.4 \ ohci.4 \ orm.4 \ ${_padlock.4} \ |