From 70e8cdd28063c73fbe8dc343a44c9d8d742fe009 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 28 Oct 1998 21:37:00 +0000 Subject: Finished nmbd docs, small changes to smbd docs. Jeremy. (This used to be commit e7c754d38cf137be15b5b1109e6561eb9900f43e) --- docs/yodldocs/smbd.8.yo | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs/yodldocs/smbd.8.yo') diff --git a/docs/yodldocs/smbd.8.yo b/docs/yodldocs/smbd.8.yo index 6d92481b8b..aefdf8ee03 100644 --- a/docs/yodldocs/smbd.8.yo +++ b/docs/yodldocs/smbd.8.yo @@ -309,14 +309,16 @@ are using a non-standard port number. Lastly, edit the configuration file to provide suitable services. To start with, the following two services should be all you need: -tt([homes]) +tt( +[homes] writable = yes -tt([printers]) +[printers] writable = no printable = yes path = /tmp public = yes +) This will allow you to connect to your home directory and print to any printer supported by the host (user privileges permitting). @@ -345,15 +347,6 @@ version of the server has extensions or parameter semantics that differ from or are not covered by this man page. Please notify these to the address below for rectification. -manpageseealso() - -bf(hosts_access (5)), bf(inetd (8)), bf(nmbd (8)), bf(smb.conf (5)), -bf(smbclient (1)), bf(testparm (1)), bf(testprns (1)), and the -Internet RFC's bf(rfc1001.txt), bf(rfc1002.txt). In addition the -CIFS (formerly SMB) specification is available as a link from the -Web page : -url(http://samba.anu.edu.au/cifs/)(http://samba.anu.edu.au/cifs/). - manpagesection(DIAGNOSTICS) Most diagnostics issued by the server are logged in a specified log @@ -394,6 +387,15 @@ make the signal handlers safe by un-blocking the signals before the select call and re-blocking them after, however this would affect performance. +manpageseealso() + +bf(hosts_access (5)), bf(inetd (8)), bf(nmbd (8)), bf(smb.conf (5)), +bf(smbclient (1)), bf(testparm (1)), bf(testprns (1)), and the +Internet RFC's bf(rfc1001.txt), bf(rfc1002.txt). In addition the +CIFS (formerly SMB) specification is available as a link from the +Web page : +url(http://samba.anu.edu.au/cifs/)(http://samba.anu.edu.au/cifs/). + manpageauthor() The original Samba software and related utilities were created by -- cgit