diff options
author | John Terpstra <jht@samba.org> | 2005-05-20 22:48:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:37 -0500 |
commit | beff9d482affd9ebb78b111606219c834ac874d8 (patch) | |
tree | 6d1aea5e30a1c90e9f08644bac9293239f530ca1 | |
parent | e2c30268669d1ce860af7043b6e19e6d6c40d2e8 (diff) | |
download | samba-beff9d482affd9ebb78b111606219c834ac874d8.tar.gz samba-beff9d482affd9ebb78b111606219c834ac874d8.tar.bz2 samba-beff9d482affd9ebb78b111606219c834ac874d8.zip |
More fixes.
(This used to be commit a3bd4d9b07803ef82fd61d614ae6cb295a4d3b04)
-rw-r--r-- | docs/manpages-3/libsmbclient.8.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/manpages-3/libsmbclient.8.xml b/docs/manpages-3/libsmbclient.8.xml index e55fd71b33..68bd06f033 100644 --- a/docs/manpages-3/libsmbclient.8.xml +++ b/docs/manpages-3/libsmbclient.8.xml @@ -33,7 +33,11 @@ <para> <command>libsmbclient</command> is a library toolset that permits applications - to browse CIFS/SMB network resources. + to manipulate CIFS/SMB network resources using many of the standards POSIX functions + available for manipulating local UNIX/Linux files. It permits much more than just browsing, + files can be opened and read or written, permissions changed, file times modified, attributes + and ACL's can be manipulated, and so on. Of course, its functionality includes all the + capabilities commonly called browsing. </para> <para> @@ -102,6 +106,15 @@ </refsect1> <refsect1> + <title>PROGRAMMERS GUIDE</title> + + <para> + Watch this space for future updates. + </para> + +</refsect1> + +<refsect1> <title>VERSION</title> <para> |