diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-01-17 08:08:33 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-01-17 08:08:33 +0000 |
commit | 83a44df7a997e583aefbe9e06a7a0e1d9f927339 (patch) | |
tree | 668e50a2405425a3cd6b2c3f0f4921499ecebbe7 /share/man/man4/ohci.4 | |
parent | 780b88254a0ed912c8ff23ed5fbbf481d9fcce63 (diff) | |
download | FreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.zip FreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.tar.gz |
Discourage usage of controller in kernel config files. Reflect this
by changing ``controller'' to ``device'' as per GENERIC and LINT.
Diffstat (limited to 'share/man/man4/ohci.4')
-rw-r--r-- | share/man/man4/ohci.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4 index 55884a2..d163415 100644 --- a/share/man/man4/ohci.4 +++ b/share/man/man4/ohci.4 @@ -37,7 +37,7 @@ .Nm ohci .Nd OHCI USB Host Controller Driver .Sh SYNOPSIS -.Cd "controller ohci0" +.Cd "device ohci0" .Sh DESCRIPTION The .Nm |