]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fix bad use of .D1 in doc/qcvm.1
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 28 Aug 2013 12:38:51 +0000 (14:38 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 28 Aug 2013 12:38:51 +0000 (14:38 +0200)
doc/qcvm.1

index 72b99ed695ebd2ca747790948eda533d180a15b0..af91b8635aa1773cf5de546072a665fa5cf58ee1 100644 (file)
@@ -69,7 +69,9 @@ Append a string parameter to be passed to
 The following builtin functions are available:
 .Bl -ohang
 .It Li 1) void print(string...) = #1;
 The following builtin functions are available:
 .Bl -ohang
 .It Li 1) void print(string...) = #1;
-.D1 Print the passed strings to stdout. At most 8 strings are allowed.
+.Bd -unfilled -offset indent -compact
+Print the passed strings to stdout. At most 8 strings are allowed.
+.Ed
 .It Li 2) string ftos(float) = #2;
 .D1 Convert a float to a string.
 .It Li 3) entity spawn() = #3;
 .It Li 2) string ftos(float) = #2;
 .D1 Convert a float to a string.
 .It Li 3) entity spawn() = #3;