]> mj.ucw.cz Git - libucw.git/commitdiff
ucw docs: fix language error
authorMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:04:56 +0000 (20:04 +0200)
committerMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:07:08 +0000 (20:07 +0200)
Monospace, not monoscope

ucw/doc/docsys.txt

index 40789d6cdbbc32b06bbdf9c6a85116c2bd600690..733001c5e9c7be9fa892b0b1a9e5dc031472e274 100644 (file)
@@ -36,16 +36,16 @@ Just write `\<<function(),caption>>` or
 Symbol formatting
 ~~~~~~~~~~~~~~~~~
 If you talk about function parameter, prefix its name with `@`. It
-will be typeset in monoscope italic font to mark it visually, like
+will be typeset in monospace italic font to mark it visually, like
 this: @parameter.
 
 If a word is suffixed by parenthesis without a space (eg. word()), it
-is considered to be a function name and is typeset in monoscope font.
+is considered to be a function name and is typeset in monospace font.
 
 You can prefix a function name by `@`, which makes it a link to that
 function (`\@function()` is equivalent to `\<<function()>>`).
 
-If you write NULL anywhere, it is recognized and typeset in monoscope.
+If you write NULL anywhere, it is recognized and typeset in monospace.
 
 [[extract]]
 Header extraction