mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 10:48:48 +00:00
Escape "Rv" when passed as an argument to a macro in order to avoid
confusion whether this is supposed to be a call to the .Rv macro. Found by a warning issued by the the groff_mdoc(7) macros.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: video.1,v 1.10 2012/08/05 20:59:03 matthieu Exp $
|
||||
.\" $OpenBSD: video.1,v 1.11 2014/11/30 01:40:26 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 Jacob Meuser <jakemsr@openbsd.org>
|
||||
.\"
|
||||
@@ -15,7 +15,7 @@
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.\"
|
||||
.Dd $Mdocdate: August 5 2012 $
|
||||
.Dd $Mdocdate: November 30 2014 $
|
||||
.Dt VIDEO 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -25,7 +25,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Bk -words
|
||||
.Op Fl Rv
|
||||
.Op Fl \&Rv
|
||||
.Op Fl a Ar adaptor
|
||||
.Op Fl e Ar encoding
|
||||
.Op Fl f Ar file
|
||||
|
||||
Reference in New Issue
Block a user