From fb7b92abc2bea4b3d91cdd896f02db88065a4b8f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 22 Jan 2009 19:31:22 +0100 Subject: s3-docs: fix typo in eventlogadm manpage. Guenther --- docs-xml/manpages-3/eventlogadm.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/eventlogadm.8.xml b/docs-xml/manpages-3/eventlogadm.8.xml index 04ba022032..51a066fc85 100644 --- a/docs-xml/manpages-3/eventlogadm.8.xml +++ b/docs-xml/manpages-3/eventlogadm.8.xml @@ -91,7 +91,7 @@ The -o write reads event log - records from standard input and writes them to theSamba + records from standard input and writes them to the Samba event log store named by EVENTLOG. @@ -180,7 +180,7 @@ - SRN - he name of the machine on + SRN - The name of the machine on which the eventlog was generated. This is typically the host name. -- cgit From 73f4fc1f802f31459b70dba4777d142d00fcdd92 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 2 Feb 2009 11:46:39 +0100 Subject: docs: Describe "service" in man mount.cifs. This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin --- docs-xml/manpages-3/mount.cifs.8.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index 54fbc139b4..00711e0de0 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -43,10 +43,13 @@ by the popular Open Source server Samba. - The mount.cifs utility attaches the UNC name (exported network resource) to - the local directory mount-point. It is possible to set the mode for mount.cifs to -setuid root to allow non-root users to mount shares to directories for which they -have write permission. + The mount.cifs utility attaches the UNC name (exported network resource) + specified as service (using //server/share syntax, + where "server" is the server name or IP address and "share" is the name + of the share) to the local directory mount-point. + It is possible to set the mode for mount.cifs to setuid root to allow + non-root users to mount shares to directories for which they + have write permission. -- cgit From 63bb31e11812264aa377abdd4c256c46dde236b0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 22 Jan 2009 20:14:28 +0100 Subject: s3-docs: add documentation for dump option of eventlogadm. Guenther --- docs-xml/manpages-3/eventlogadm.8.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/eventlogadm.8.xml b/docs-xml/manpages-3/eventlogadm.8.xml index 51a066fc85..fa514de026 100644 --- a/docs-xml/manpages-3/eventlogadm.8.xml +++ b/docs-xml/manpages-3/eventlogadm.8.xml @@ -40,6 +40,18 @@ + + eventlogadm + + + + dump + EVENTLOG + RECORD_NUMBER + + + + @@ -96,6 +108,20 @@ + + + + write + EVENTLOG + RECORD_NUMBER + + + The -o dump reads event log + records from a EVENTLOG tdb and dumps them to standard + output on screen. + + + -- cgit