diff options
author | 2008-06-28 16:05:38 +0000 | |
---|---|---|
committer | 2008-06-28 16:05:38 +0000 | |
commit | cb372fdeb79212ff6a43094d03478076a6bf12ee (patch) | |
tree | 27cb9577da361b60435ff07d4883d07cd9050d74 | |
parent | sync (diff) | |
download | wireguard-openbsd-cb372fdeb79212ff6a43094d03478076a6bf12ee.tar.xz wireguard-openbsd-cb372fdeb79212ff6a43094d03478076a6bf12ee.zip |
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 |