diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-06-28 16:05:39 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-06-28 16:05:39 +0000 |
commit | dc2d63c3d1b135e032c49c363debac48d59a93ad (patch) | |
tree | 8b80cb73f2ad2097336e419765339c2fa2f80e98 | |
parent | c830edfdce428169330c0482026506ba337a92f6 (diff) |
Typos.
-rw-r--r-- | share/man/man4/video.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/video.4 b/share/man/man4/video.4 index 3aee166ab78..7a05fa34c72 100644 --- a/share/man/man4/video.4 +++ b/share/man/man4/video.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: video.4,v 1.1 2008/06/28 16:03:08 mglocker Exp $ +.\" $OpenBSD: video.4,v 1.2 2008/06/28 16:05:38 mglocker Exp $ .\" .\" Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org> .\" @@ -163,7 +163,7 @@ struct v4l2_queryctrl { .El .Pp .Bl -tag -width Ds -compact -Command independed enumerations are: +Command independent enumerations are: .Bd -literal enum v4l2_buf_type { V4L2_BUF_TYPE_VIDEO_CAPTURE = 1, @@ -193,7 +193,7 @@ enum v4l2_ctrl_type { }; .Ed .Pp -Command independed structures are: +Command independent structures are: .Bd -literal struct v4l2_pix_format { u_int32_t width; @@ -234,7 +234,7 @@ struct v4l2_sliced_vbi_format { }; .Ed .Pp -Command independet typedefs are: +Command independent typedefs are: .Bd -literal typedef u_int64_t v4l2_std_id; .Ed |