diff options
author | alanh <alanh> | 2000-07-11 11:41:03 +0000 |
---|---|---|
committer | alanh <alanh> | 2000-07-11 11:41:03 +0000 |
commit | edf3ff0d1bc32570fa3aae02f949b22bd973e66c (patch) | |
tree | 712fb9dabcfac41c1c9e564655b23a20a2c2528c /xc/programs/Xserver/hw/xfree86/drivers/v4l | |
parent | e2635dd5f7b5bf66850572481ca39d68c5d91ad3 (diff) |
Merge XFree86 4.0.1
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/v4l')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.cpp | 20 |
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: ... |