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/smbmnt.8

    r44 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 "SMBMNT" 8 "" "" ""
     1.\"     Title: smbmnt
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual:
     6.\"    Source:
     7.\"
     8.TH "SMBMNT" "8" "05/21/2008" "" ""
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214smbmnt - helper utility for mounting SMB filesystems
    2315.SH "SYNOPSIS"
    2416.HP 1
    25 smbmnt {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]
     17smbmnt {mount\-point} [\-s\ <share>] [\-r] [\-u\ <uid>] [\-g\ <gid>] [\-f\ <mask>] [\-d\ <mask>] [\-o\ <options>] [\-h]
    2618.SH "DESCRIPTION"
    2719.PP
    2820smbmnt
    29 is a helper application used by the smbmount program to do the actual mounting of SMB shares.
     21is a helper application used by the smbmount program to do the actual mounting of SMB shares\.
    3022smbmnt
    31 can be installed setuid root if you want normal users to be able to mount their SMB shares.
     23can be installed setuid root if you want normal users to be able to mount their SMB shares\.
    3224.PP
    33 A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on.
     25A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on\.
    3426.PP
    3527The
    3628smbmnt
    3729program is normally invoked by
    38 \fBsmbmount\fR(8). It should not be invoked directly by users.
     30\fBsmbmount\fR(8)\. It should not be invoked directly by users\.
    3931.PP
    40 smbmount searches the normal PATH for smbmnt. You must ensure that the smbmnt version in your path matches the smbmount used.
     32smbmount searches the normal PATH for smbmnt\. You must ensure that the smbmnt version in your path matches the smbmount used\.
    4133.SH "OPTIONS"
    4234.PP
    43 -r
    44 .RS 3n
    45 mount the filesystem read-only
     35\-r
     36.RS 4
     37mount the filesystem read\-only
    4638.RE
    4739.PP
    48 -u uid
    49 .RS 3n
     40\-u uid
     41.RS 4
    5042specify the uid that the files will be owned by
    5143.RE
    5244.PP
    53 -g gid
    54 .RS 3n
     45\-g gid
     46.RS 4
    5547specify the gid that the files will be owned by
    5648.RE
    5749.PP
    58 -f mask
    59 .RS 3n
     50\-f mask
     51.RS 4
    6052specify the octal file mask applied
    6153.RE
    6254.PP
    63 -d mask
    64 .RS 3n
     55\-d mask
     56.RS 4
    6557specify the octal directory mask applied
    6658.RE
    6759.PP
    68 -o options
    69 .RS 3n
    70 list of options that are passed as-is to smbfs, if this command is run on a 2.4 or higher Linux kernel.
     60\-o options
     61.RS 4
     62list of options that are passed as\-is to smbfs, if this command is run on a 2\.4 or higher Linux kernel\.
    7163.RE
    7264.PP
    73 -h|--help
    74 .RS 3n
    75 Print a summary of command line options.
     65\-h|\-\-help
     66.RS 4
     67Print a summary of command line options\.
    7668.RE
    7769.SH "AUTHOR"
    7870.PP
    79 Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others.
     71Volker Lendecke, Andrew Tridgell, Michael H\. Warfield and others\.
    8072.PP
    8173The current maintainer of smbfs and the userspace tools
     
    8476smbmnt
    8577is
    86 Urban Widmark. The
     78Urban Widmark\. The
    8779SAMBA Mailing list
    88 is the preferred place to ask questions regarding these programs.
     80is the preferred place to ask questions regarding these programs\.
    8981.PP
    90 The conversion of this manpage for Samba 2.2 was performed by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.
    91 
     82The conversion of this manpage for Samba 2\.2 was performed by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
Note: See TracChangeset for help on using the changeset viewer.