diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-07-21 15:30:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-07-21 15:30:01 +0000 |
commit | 12d76f2353a8e5a6768651f2f11cd87039ae99d9 (patch) | |
tree | f0596f6dec26939ab4073cb42955806ccb412d76 /share/man | |
parent | 78e538c05b4ce076461f76f9dda0615ba13fc85a (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.octeon/amdcf.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/man4.octeon/amdcf.4 b/share/man/man4/man4.octeon/amdcf.4 index 317d4d549d4..729812596c7 100644 --- a/share/man/man4/man4.octeon/amdcf.4 +++ b/share/man/man4/man4.octeon/amdcf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amdcf.4,v 1.1 2015/07/21 00:16:45 pirofti Exp $ +.\" $OpenBSD: amdcf.4,v 1.2 2015/07/21 15:30:00 jmc Exp $ .\" .\" Copyright (c) 2015 Paul Irofti <pirofti@openbsd.org> .\" @@ -26,10 +26,10 @@ .Sh DESCRIPTION The .Nm -driver provides access to AMD/Fujitsu flash memory devices found on +driver provides access to AMD/Fujitsu flash memory devices found on D-Link Octeon machines. .Pp -The driver implementation follows the CFI specification and +The driver implementation follows the CFI specification and currently has write support disabled. .Sh SEE ALSO .Xr intro 4 , @@ -50,4 +50,6 @@ The .Nm driver was written by .An Paul Irofti Aq Mt pirofti@openbsd.org -with parts taken for the FreeBSD cfi driver. +with parts taken from the +.Fx +cfi driver. |