mdoc: terminate quoted strings.

Reviewed by:	brueffer
This commit is contained in:
Joel Dahl
2012-03-26 15:18:14 +00:00
parent 7226ab98cf
commit c2965cd185
25 changed files with 168 additions and 168 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ utility
was planned as a tool to make life easier when writing a set of floppies,
one such use could be to write a tar-archive:
.Pp
.Dl "tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v
.Dl tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v
.Pp
The main difference from using
.Xr tar 1 Ns 's