Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

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
    2113.SH "NAME"
    2214smbgetrc - configuration file for smbget
     
    2719.PP
    2820This manual page documents the format and options of the
    29 \fBsmbgetrc\fR
    30 file. This is the configuration file used by the
     21\fIsmbgetrc\fR
     22file\. This is the configuration file used by the
    3123\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.
     24utility\. The file contains of key\-value pairs, one pair on each line\. The key and value should be separated by a space\.
    3325.PP
    3426By default, smbget reads its configuration from
    35 \fB$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\.
    3628.SH "OPTIONS"
    3729.PP
     
    3931.PP
    4032resume on|off
    41 .RS 3n
    42 Whether aborted downloads should be automatically resumed.
     33.RS 4
     34Whether aborted downloads should be automatically resumed\.
    4335.RE
    4436.PP
    4537recursive on|off
    46 .RS 3n
     38.RS 4
    4739Whether directories should be downloaded recursively
    4840.RE
    4941.PP
    5042username \fIname\fR
    51 .RS 3n
    52 Username to use when logging in to the remote server. Use an empty string for anonymous access.
     43.RS 4
     44Username to use when logging in to the remote server\. Use an empty string for anonymous access\.
    5345.RE
    5446.PP
    5547password \fIpass\fR
    56 .RS 3n
    57 Password to use when logging in.
     48.RS 4
     49Password to use when logging in\.
    5850.RE
    5951.PP
    6052workgroup \fIwg\fR
    61 .RS 3n
     53.RS 4
    6254Workgroup to use when logging in
    6355.RE
    6456.PP
    6557nonprompt on|off
    66 .RS 3n
    67 Turns off asking for username and password. Useful for scripts.
     58.RS 4
     59Turns off asking for username and password\. Useful for scripts\.
    6860.RE
    6961.PP
    7062debuglevel \fIint\fR
    71 .RS 3n
    72 (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\.
    7365.RE
    7466.PP
    7567dots on|off
    76 .RS 3n
    77 Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator.
     68.RS 4
     69Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\.
    7870.RE
    7971.PP
    8072blocksize \fIint\fR
    81 .RS 3n
    82 Number of bytes to put in a block.
     73.RS 4
     74Number of bytes to put in a block\.
    8375.RE
    8476.SH "VERSION"
    8577.PP
    86 This man page is correct for version 3.0 of the Samba suite.
     78This man page is correct for version 3\.0 of the Samba suite\.
    8779.SH "SEE ALSO"
    8880.PP
    8981\fBsmbget\fR(1)
    9082and
    91 \fBSamba\fR(7).
     83\fBSamba\fR(7)\.
    9284.SH "AUTHOR"
    9385.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.
     86The 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\.
    9587.PP
    9688This manual page was written by Jelmer Vernooij
    97 
Note: See TracChangeset for help on using the changeset viewer.