diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 09:06:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-26 09:06:36 +0000 |
commit | 0f5ac894bd020606daf310e1548d0cd653bb00bc (patch) | |
tree | 5bbc14449577d57bdf7dab0c233e3ac50fcf982d /share/man | |
parent | 730b2ec42dcf5791f2798ec9327239eda83aedae (diff) |
Dynamically attach cpsw(4) with the FDT.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.armv7/cpsw.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.armv7/cpsw.4 b/share/man/man4/man4.armv7/cpsw.4 index 8512a42f01b..00d6b7f0fe1 100644 --- a/share/man/man4/man4.armv7/cpsw.4 +++ b/share/man/man4/man4.armv7/cpsw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpsw.4,v 1.2 2014/04/08 01:18:19 brad Exp $ +.\" $OpenBSD: cpsw.4,v 1.3 2016/06/26 09:06:35 jsg Exp $ .\" Copyright (c) 2013 Brandon Mercer <bmercer@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,14 +13,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 8 2014 $ +.Dd $Mdocdate: June 26 2016 $ .Dt CPSW 4 armv7 .Os .Sh NAME .Nm cpsw .Nd Texas Instruments CPSW Ethernet device .Sh SYNOPSIS -.Cd "cpsw* at omap?" +.Cd "cpsw* at fdt?" .Sh DESCRIPTION The .Nm |