summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp')
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp b/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp
index a2bf9f4b3..fb06a6567 100644
--- a/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp
+++ b/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp
@@ -1,17 +1,17 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp,v 1.1 2000/03/03 01:05:45 dawes Exp $
-.TH V4L __drivermansuffix__ "Version 4.0" "XFree86"
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp,v 1.4 2000/06/14 02:13:16 dawes Exp $
+.\" shorthand for double quote that works everywhere.
+.ds q \N'34'
+.TH V4L __drivermansuffix__ "Version 4.0.1" "XFree86"
.SH NAME
v4l \- Video 4 Linux driver
.SH SYNOPSIS
-.B "Section ""Device"""
-.br
-.BI " Identifier """ devname """"
-.br
-.B " Driver ""v4l"""
-.br
+.nf
+.B "Section \*qDevice\*q"
+.BI " Identifier \*q" devname \*q
+.B " Driver \*qv4l\*q"
\ \ ...
-.br
.B EndSection
+.fi
.SH DESCRIPTION
.B v4l
is an XFree86 driver for Video 4 Linux.
@@ -25,6 +25,6 @@ Please refer to XF86Config(__filemansuffix__) for general configuration
details. This section only covers configuration details specific to this
driver.
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(1)
+XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
.SH AUTHORS
Authors include: ...