diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-03-13 15:00:38 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-03-13 15:00:38 +0000 |
commit | d06a057e6faf0e46f2d76a44244dcbcbbd25c891 (patch) | |
tree | 7e4e7a3a68a8dc0bfc8295df7260abc69b44e2d1 /docs/docbook/devdoc/printing.sgml | |
parent | 029161adce924ae70f3433e1552cc0b936ac69dc (diff) | |
download | samba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.tar.gz samba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.tar.bz2 samba-d06a057e6faf0e46f2d76a44244dcbcbbd25c891.zip |
Merge more SGML strictness fixes from HEAD
(This used to be commit af6235dfb69b5349e4d0b7c8772a1799b7dc421a)
Diffstat (limited to 'docs/docbook/devdoc/printing.sgml')
-rw-r--r-- | docs/docbook/devdoc/printing.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/devdoc/printing.sgml b/docs/docbook/devdoc/printing.sgml index 2ef64353e1..363b9fb6e5 100644 --- a/docs/docbook/devdoc/printing.sgml +++ b/docs/docbook/devdoc/printing.sgml @@ -28,7 +28,7 @@ Printing Interface to Various Back ends <para> Samba uses a table of function pointers to seven functions. The -function prototypes are defined in the <VarName>printif</VarName> structure declared +function prototypes are defined in the <varname>printif</varname> structure declared in <filename>printing.h</filename>. </para> @@ -199,7 +199,7 @@ object when the client issues a GetJob(level == 2) request. <sect1> <title> -ChangeID & Client Caching of Printer Information +ChangeID and Client Caching of Printer Information </title> <para> @@ -345,7 +345,7 @@ information</para></listitem> </itemizedlist> <para> -A <VarName>SPOOL_NOTIFY_INFO</VarName> contains: +A <varname>SPOOL_NOTIFY_INFO</varname> contains: </para> <itemizedlist> @@ -359,7 +359,7 @@ in the SPOOL_NOTIFY_INFO_DATA array</para></listitem> </itemizedlist> <para> -The <VarName>SPOOL_NOTIFY_INFO_DATA</VarName> entries contain: +The <varname>SPOOL_NOTIFY_INFO_DATA</varname> entries contain: </para> <itemizedlist> |