From d06a057e6faf0e46f2d76a44244dcbcbbd25c891 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 13 Mar 2003 15:00:38 +0000 Subject: Merge more SGML strictness fixes from HEAD (This used to be commit af6235dfb69b5349e4d0b7c8772a1799b7dc421a) --- docs/docbook/devdoc/Tracing.sgml | 4 ++-- docs/docbook/devdoc/printing.sgml | 8 ++++---- docs/docbook/devdoc/sam.sgml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/docbook/devdoc/Tracing.sgml b/docs/docbook/devdoc/Tracing.sgml index 20515df167..ccf1e1c3c8 100644 --- a/docs/docbook/devdoc/Tracing.sgml +++ b/docs/docbook/devdoc/Tracing.sgml @@ -80,11 +80,11 @@ stderr output from this command to a file for later perusal. For example, if I'm using a csh style shell: -strace -f -p 3872 >& strace.out +strace -f -p 3872 >& strace.out or with a sh style shell: -strace -f -p 3872 > strace.out 2>&1 +strace -f -p 3872 > strace.out 2>&1 Note the "-f" option. This is only available on some systems, and 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 Samba uses a table of function pointers to seven functions. The -function prototypes are defined in the printif structure declared +function prototypes are defined in the printif structure declared in printing.h. @@ -199,7 +199,7 @@ object when the client issues a GetJob(level == 2) request. -ChangeID & Client Caching of Printer Information +ChangeID and Client Caching of Printer Information @@ -345,7 +345,7 @@ information -A SPOOL_NOTIFY_INFO contains: +A SPOOL_NOTIFY_INFO contains: @@ -359,7 +359,7 @@ in the SPOOL_NOTIFY_INFO_DATA array -The SPOOL_NOTIFY_INFO_DATA entries contain: +The SPOOL_NOTIFY_INFO_DATA entries contain: diff --git a/docs/docbook/devdoc/sam.sgml b/docs/docbook/devdoc/sam.sgml index 654bd5fe9c..84c17d65e2 100644 --- a/docs/docbook/devdoc/sam.sgml +++ b/docs/docbook/devdoc/sam.sgml @@ -27,7 +27,7 @@ accessed. For example, when you call -< + NTSTATUS sam_get_account_by_name(const SAM_CONTEXT *context, const NT_USER_TOKEN *access_token, uint32 access_desired, const char *domain, const char *name, SAM_ACCOUNT_HANDLE **account) @@ -182,7 +182,7 @@ This is where smbd, samtest and whatever end-user replacement we have for pdbedit sits. They use only the SAM interface, and do not get 'special knowledge' of what is below them. - + SAM Interface -- cgit