Changeset 134 for branches/samba-3.0/docs/manpages/smbgetrc.5
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/smbgetrc.5
r39 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "SMBGETRC" 5 "" "" "" 1 .\" Title: smbgetrc 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: File Formats and Conventions 6 .\" Source: Samba 3.0 7 .\" 8 .TH "SMBGETRC" "5" "05/21/2008" "Samba 3\.0" "File Formats and Conventions" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 smbgetrc - configuration file for smbget … … 27 19 .PP 28 20 This manual page documents the format and options of the 29 \f Bsmbgetrc\fR30 file . This is the configuration file used by the21 \fIsmbgetrc\fR 22 file\. This is the configuration file used by the 31 23 \fBsmbget\fR(1) 32 utility . The file contains of key-value pairs, one pair on each line. The key and value should be separated by a space.24 utility\. The file contains of key\-value pairs, one pair on each line\. The key and value should be separated by a space\. 33 25 .PP 34 26 By default, smbget reads its configuration from 35 \f B$HOME/.smbgetrc\fR, though other locations can be specified using the command-line options.27 \fI$HOME/\.smbgetrc\fR, though other locations can be specified using the command\-line options\. 36 28 .SH "OPTIONS" 37 29 .PP … … 39 31 .PP 40 32 resume on|off 41 .RS 3n42 Whether aborted downloads should be automatically resumed .33 .RS 4 34 Whether aborted downloads should be automatically resumed\. 43 35 .RE 44 36 .PP 45 37 recursive on|off 46 .RS 3n38 .RS 4 47 39 Whether directories should be downloaded recursively 48 40 .RE 49 41 .PP 50 42 username \fIname\fR 51 .RS 3n52 Username to use when logging in to the remote server . Use an empty string for anonymous access.43 .RS 4 44 Username to use when logging in to the remote server\. Use an empty string for anonymous access\. 53 45 .RE 54 46 .PP 55 47 password \fIpass\fR 56 .RS 3n57 Password to use when logging in .48 .RS 4 49 Password to use when logging in\. 58 50 .RE 59 51 .PP 60 52 workgroup \fIwg\fR 61 .RS 3n53 .RS 4 62 54 Workgroup to use when logging in 63 55 .RE 64 56 .PP 65 57 nonprompt on|off 66 .RS 3n67 Turns off asking for username and password . Useful for scripts.58 .RS 4 59 Turns off asking for username and password\. Useful for scripts\. 68 60 .RE 69 61 .PP 70 62 debuglevel \fIint\fR 71 .RS 3n72 (Samba) debuglevel to run at . Useful for tracking down protocol level problems.63 .RS 4 64 (Samba) debuglevel to run at\. Useful for tracking down protocol level problems\. 73 65 .RE 74 66 .PP 75 67 dots on|off 76 .RS 3n77 Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator .68 .RS 4 69 Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\. 78 70 .RE 79 71 .PP 80 72 blocksize \fIint\fR 81 .RS 3n82 Number of bytes to put in a block .73 .RS 4 74 Number of bytes to put in a block\. 83 75 .RE 84 76 .SH "VERSION" 85 77 .PP 86 This man page is correct for version 3 .0 of the Samba suite.78 This man page is correct for version 3\.0 of the Samba suite\. 87 79 .SH "SEE ALSO" 88 80 .PP 89 81 \fBsmbget\fR(1) 90 82 and 91 \fBSamba\fR(7) .83 \fBSamba\fR(7)\. 92 84 .SH "AUTHOR" 93 85 .PP 94 The original Samba software and related utilities were created by Andrew Tridgell . Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.86 The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\. 95 87 .PP 96 88 This manual page was written by Jelmer Vernooij 97
Note:
See TracChangeset
for help on using the changeset viewer.