Module Name:    src
Committed By:   pooka
Date:           Thu Apr  1 09:57:01 UTC 2010

Modified Files:
        src/lib/libpuffs: puffs_framebuf.3

Log Message:
fix a few pastos


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libpuffs/puffs_framebuf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpuffs/puffs_framebuf.3
diff -u src/lib/libpuffs/puffs_framebuf.3:1.28 src/lib/libpuffs/puffs_framebuf.3:1.29
--- src/lib/libpuffs/puffs_framebuf.3:1.28	Mon Jan  4 22:04:50 2010
+++ src/lib/libpuffs/puffs_framebuf.3	Thu Apr  1 09:57:00 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: puffs_framebuf.3,v 1.28 2010/01/04 22:04:50 pooka Exp $
+.\"	$NetBSD: puffs_framebuf.3,v 1.29 2010/04/01 09:57:00 pooka Exp $
 .\"
 .\" Copyright (c) 2007 Antti Kantee.  All rights reserved.
 .\"
@@ -546,12 +546,12 @@
 and
 .Dv PUFFS_FBIO_WRITE .
 If not specified, the descriptor will be in a disabled state.
-.It Fn puffs_framev_enablefd pu fd error
+.It Fn puffs_framev_enablefd pu fd what
 Enable events of type
 .Ar what
 for file descriptor
 .Ar fd .
-.It Fn puffs_framev_disablefd pu fd error
+.It Fn puffs_framev_disablefd pu fd what
 Disable events of type
 .Ar what
 for file descriptor

Reply via email to