summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3
Commit message (Collapse)AuthorAgeFilesLines
* s3/docs: Fix typo in man mount.cifs.Karolin Seeger2009-07-301-1/+1
| | | | | | | | | | Thanks to Tobias Stoeckmann for reporting! Karolin (cherry picked from commit 09a7f93f6be66a8f2a124e49b4effe2b5863f01d) (cherry picked from commit fdb5c65fc51784b6a159748ec4df3953b7d2c1cb) (cherry picked from commit b19f58ccd088a10e487a1261cadb4f3f41987391) (cherry picked from commit eebc7e7ff0e6580b55ca0964a1f38096e11caa78)
* docs: fix two typos in the mount.cifs manpageMichael Adam2009-07-301-2/+2
| | | | | | | | Michael (cherry picked from commit 145fe37766cf1ecffb16a03b58b44d08f7ed7558) Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 45699a287d27cce24e883384a72441d310c8ee28)
* docs: Describe "service" in man mount.cifs.Karolin Seeger2009-07-301-4/+7
| | | | | | | | | | | | This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin (cherry picked from commit 73f4fc1f802f31459b70dba4777d142d00fcdd92) (cherry picked from commit ab4768452811e67f6606253b5a79101184f777d0) (cherry picked from commit 876b0b001976226a7c1887570c08178d72842a48) (cherry picked from commit 72655775487617e2f76836a7b16bee81e430f6f1)
* docs: Fix formatting issue in man libsmbclient.Karolin Seeger2009-07-301-3/+4
| | | | | | | | Karolin (cherry picked from commit aa2fb0efb7ce2bc732569b4baf20c57375fdce59) (cherry picked from commit e1e3a0554fcaabacc5bec51c213622271a83ad04) (cherry picked from commit 84237fb48aad5f11789d75a6767a6f47465f140b) (cherry picked from commit 2d4997f9bb7aa7b99c384defe6c7766d5169653d)
* docs: Improve man mount.cifs.Karolin Seeger2009-01-121-3/+5
| | | | | | | | | | | | | | | Add hint about specifying the workgroup in the credentials file. Whitespace cleanup. This fixes bug #4541. Patch based on proposed patch from Christian Perrier <bubulle@debian.org>. Thanks for reporting and providing a patch! Karolin (cherry picked from commit 1f7e09ea542df3a2f5f553c0cb11a39c74712950) (cherry picked from commit b99d98ff2ef5491979301656e7f516d3c8829f6e) (cherry picked from commit 1900233ede3083410eb3dc691d2d486c5340ccc4) (cherry picked from commit 47f4662b6d727f2901d630d74792a6a971b54662)
* docs: Fix example in man vfs_recycle.Karolin Seeger2009-01-121-5/+8
| | | | | | | | | | | This fixes bug #6001. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin (cherry picked from commit 9f44a17c3bf36067d04cec036c3e529798932cd7) (cherry picked from commit 5e073807f7c4679dd299a2b8f3e2643dc1c82405) (cherry picked from commit c0877d14cb04956b29ca329897a7b4bface7f363) (cherry picked from commit 232503ba417f51d93e22a2411b2d446596284e59)
* docs: Document the -g option of smbclient.Karolin Seeger2009-01-121-7/+17
| | | | | | | | | | | | This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin (cherry picked from commit 6752d78e946b2c4278e2deba325c76fb7ffbc06a) (cherry picked from commit e6abdbde9b67801d46c9d331045d155717e8b241) (cherry picked from commit 8a79b8796f98dd80b6e1f04d7302fb8342f0052d) (cherry picked from commit 1f979334266706656874fdbe6cce14f17105360b) (cherry picked from commit 74f5828112581fa230301f43f7685ec208a8e4f6)
* docs: Fix typo in the idmap_ad manpage.Karolin Seeger2009-01-121-4/+4
| | | | | | | | Karolin (cherry picked from commit b876e1336bed52e0823e0e88381d223bd6aa95e4) (cherry picked from commit 611ac35a694930693d2f773d15e59be138261a8e) (cherry picked from commit d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9) (cherry picked from commit 2550b433e8764df83197ffb9f3a7088bbceeb215)
* net: Fix documentation of net rap printq info (bug #5892)Carsten Dumke2009-01-121-1/+1
| | | | | | | | | | | | The man-page (see net(8)) and the usage-info (call "net help rap printq") of 'net rap printq' do contain an option "list" but in net_rap.c the option is named "info". Rename the option "list" in the documentation (man-pages + usage) to "info" to match the code. Signed-off-by: Kai Blin <kai@samba.org> (cherry picked from commit 67692e9b8f5ae09702c73c081f3a6937bd6de518)
* cifs.upcall: fix manpage and commentsSteve French2009-01-121-2/+2
| | | | | | | | | | | | | The "cifs.resolver" key type has been changed to "dns_resolver". Fix the comments at the top of cifs.upcall and the manpage accordingly. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@samba.org> --- docs-xml/manpages-3/cifs.upcall.8.xml | 4 ++-- source/client/cifs.upcall.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (cherry picked from commit de0e8337d4fdde8fc3e892710c1f27a697fdcef5)
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2009-01-121-0/+115
| | | | | | | | | | | | | | | binary. The biggest change is that it renames it from cifs.spnego to cifs.upcall since the cifs.spnego name really isn't applicable anymore. It also fixes a segfault when the program is run without any args and adds a manpage. Comments and/or suggestions appreciated. This set should apply cleanly to the 3.3 test branch. Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeremy. (cherry picked from commit e2e41ff95cc2388dd41cee1e105a280fbfcf7c02)
* man pages: Fix typos in man smbclient.Karolin Seeger2008-07-291-2/+1
| | | | | | Karolin (cherry picked from commit db843d2faafb3487e3c7df4a3a52d6c71f369e1d) (cherry picked from commit 3a3640a85daa1a85415c949f9c2b804b4f067dd7)
* man pages: Correct version in man winbindd again.Karolin Seeger2008-06-231-1/+1
| | | | | | Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-1/+1
| | | | | | | other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d)
* Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-191-164/+0
|\
| * man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-171-164/+0
| | | | | | | | | | | | | | | | | | | | | | smbsh.c is located in the examples directory. It does not make sense to install a man page without installing the tool itself. This fixes bug #4724. Karolin (cherry picked from commit 797ed744b15c94fa4831d9796b40bb0ab5df55b7) (cherry picked from commit 23981be7a009dc9e056ba2e12c5df6e3a13ab193)
* | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-05-236-902/+0
|\|
| * man pages: Remove ldb man pages.Karolin Seeger2008-05-226-902/+0
| | | | | | | | | | | | Ldb-tools will be available starting with 3.2. Karolin
* | Fix typos.John H Terpstra2008-05-211-8/+6
| |
* | Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-05-191-3/+8
|/ | | | other systems use libnss_wins.so.
* man pages: Correct meta data: 3.2 -> 3.0.Karolin Seeger2008-05-1668-68/+68
| | | | Karolin
* man pages: Remove documentation of 'net conf'.Karolin Seeger2008-05-161-142/+0
| | | | | | 'net conf' is not included in 3.0. Karolin
* man pages: Remove registry stuff from smb.conf man page.Karolin Seeger2008-05-161-66/+0
| | | | Karolin
* man pages: Downgrade the man pages according to the code.Karolin Seeger2008-05-153-0/+540
| | | | Karolin
* Fix documentation build for v3-0-test after grafting docs-xml. Changes are ↵Alexander Bokovoy2008-04-242-7/+3
| | | | the same as for v3-2-test
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-2368-0/+15919
tarball.