Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Remove a duplicate word, .Fn for functions, .Vt.



details:   https://anonhg.NetBSD.org/src/rev/921042dfcfd7
branches:  trunk
changeset: 763693:921042dfcfd7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Mar 30 21:40:01 2011 +0000

description:
Remove a duplicate word, .Fn for functions, .Vt.

diffstat:

 share/man/man9/flash.9 |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r ae45d39d3777 -r 921042dfcfd7 share/man/man9/flash.9
--- a/share/man/man9/flash.9    Wed Mar 30 21:34:08 2011 +0000
+++ b/share/man/man9/flash.9    Wed Mar 30 21:40:01 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: flash.9,v 1.2 2011/02/27 06:25:07 wiz Exp $
+.\"    $NetBSD: flash.9,v 1.3 2011/03/30 21:40:01 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 Department of Software Engineering,
 .\"                  University of Szeged, Hungary
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 21, 2010
+.Dd March 31, 2011
 .Dt FLASH 9
 .Os
 .Sh NAME
@@ -45,15 +45,17 @@
 layer with the
 .Fa flash_hw_if
 structure.
-This structure has function pointers and and other fields.
+This structure has function pointers and other fields.
 .Pp
 The attachment can be done by calling
-.Fa flash_attach_mi
-with this structure and the device's device_t as argument.
+.Fn flash_attach_mi
+with this structure and the device's
+.Vt device_t
+as an argument.
 Return value is the flash layer device.
 The
 .Fa flash_interface
-struct is shown below.
+structure is shown below.
 .Bd -literal
 struct flash_interface {
        int (*erase) (device_t, struct flash_erase_instruction *);



Home | Main Index | Thread Index | Old Index