чување b7750dbc51da21cc7b8b724f1f9820a89e927933
родитељ 31d054f081aa106bd197308914959a3d906ae0d6
Аутор: Страхиња Радић <sr@strahinja.org>
Датум: Tue, 23 Jul 2024 17:04:49 +0200
slweb.1.in: Double quote fixes
Diffstat:
измењених датотека: 1, додавања: 5(+), брисања: 5(-)
diff --git a/slweb.1.in b/slweb.1.in
@@ -722,7 +722,7 @@ about the current commit would be impossible).
.Sy Subdirectory inclusion (blogging directive) .
The directive
.Bd -literal -offset Ds
-.Pf { Ns Ic incdir \(dq Ns Ar dirname Ns \(dq Oo Ar num Oc Oo Cm = Ns Ar macroname Oc Oo Cm listonly Oc Ns }
+.Pf { Ns Ic incdir Qo Ar dirname Qc Oo Ar num Oc Oo Cm = Ns Ar macroname Oc Oo Cm listonly Oc Ns }
.Ed
.Pf "(" Ar num ,
.Ar macroname
@@ -904,7 +904,7 @@ for
.Sy TSV/CSV templating .
Directive
.Bd -literal -offset Ds
-.Pf { Ns Ic tsv \(dq Ns Ar tsvfile Ns \(dq Oo Ar iter Oc Ns }{/ Ns Ic tsv Ns }
+.Pf { Ns Ic tsv Qo Ar tsvfile Qc Oo Ar iter Oc Ns }{/ Ns Ic tsv Ns }
.Ed
marks a template.
Whatever is between
@@ -1010,9 +1010,9 @@ thousands of units sold (for $) were as follows:
TSV directives can't be nested and doing so will produce an error.
.Pp
The directives
-.Ql {csv\-count \(dq Ns Ar csvfile Ns \(dq}
+.Ql {csv\-count Qo Ar csvfile Qc Ns }
and
-.Ql {tsv\-count \(dq Ns Ar tsvfile Ns \(dq}
+.Ql {tsv\-count Qo Ar tsvfile Qc Ns }
output the number of
.Dq records
in the file
@@ -1214,7 +1214,7 @@ The first row of this TSV file is treated as the header row and ignored.
First column in this TSV file contains the meta variable names, and the second
column contains meta variable values.
For each row, a
-.Ql <meta name=\(dq Ns Ar firstcol Ns \(dq content=\(dq Ns Ar secondcol Ns \(dq>
+.Ql <meta name= Ns Qo Ar firstcol Qc content= Ns Qo Ar secondcol Qc Ns >
is inserted, where
.Ar firstcol
is the first column, and