summaryrefslogtreecommitdiff
path: root/docs/manpages/make_smbcodepage.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/make_smbcodepage.1')
-rw-r--r--docs/manpages/make_smbcodepage.134
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/manpages/make_smbcodepage.1 b/docs/manpages/make_smbcodepage.1
index 915f0fc44b..143f24dc43 100644
--- a/docs/manpages/make_smbcodepage.1
+++ b/docs/manpages/make_smbcodepage.1
@@ -1,17 +1,18 @@
-.\" This manpage has been automatically generated by docbook2man-spec
-.\" from a DocBook document. docbook2man-spec can be found at:
-.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "MAKE_SMBCODEPAGE" "1" "28 January 2002" "" ""
+.TH "MAKE_SMBCODEPAGE" "1" "01 October 2002" "" ""
.SH NAME
make_smbcodepage \- construct a codepage file for Samba
.SH SYNOPSIS
-.sp
+
\fBmake_smbcodepage\fR \fBc|d\fR \fBcodepage\fR \fBinputfile\fR \fBoutputfile\fR
+
.SH "DESCRIPTION"
.PP
-This tool is part of the Sambasuite.
+This tool is part of the Samba suite.
.PP
\fBmake_smbcodepage\fR compiles or de-compiles
codepage files for use with the internationalization features
@@ -30,10 +31,10 @@ number, e.g. 850).
.TP
\fBinputfile\fR
This is the input file to process. In
-the \fIc\fR case this will be a text
-codepage definition file such as the ones found in the Samba
+the \fIc\fR case, this will be a text
+codepage definition file such as the ones found in the Samba
\fIsource/codepages\fR directory. In
-the \fId\fR case this will be the
+the \fId\fR case, this will be the
binary format codepage definition file normally found in
the \fIlib/codepages\fR directory in the
Samba install directory path.
@@ -43,7 +44,7 @@ This is the output file to produce.
.SH "SAMBA CODEPAGE FILES"
.PP
A text Samba codepage definition file is a description
-that tells Samba how to map from upper to lower case for
+that tells Samba how to map from upper to lower case for
characters greater than ascii 127 in the specified DOS code page.
Note that for certain DOS codepages (437 for example) mapping
from lower to upper case may be non-symmetrical. For example, in
@@ -103,9 +104,8 @@ Samba if it is to map the given lower case character to the
given upper case character when upper casing a filename.
.PP
\fBcodepage.<codepage>\fR - These are the
-output (binary) codepage files produced and placed in the Samba
+output (binary) codepage files produced and placed in the Samba
destination \fIlib/codepage\fR directory.
-.PP
.SH "INSTALLATION"
.PP
The location of the server and its support files is a
@@ -113,9 +113,9 @@ matter for individual system administrators. The following are
thus suggestions only.
.PP
It is recommended that the \fBmake_smbcodepage
-\fRprogram be installed under the \fI/usr/local/samba
-\fRhierarchy, in a directory readable by all, writeable
-only by root. The program itself should be executable by all. The
+\fR program be installed under the \fI/usr/local/samba
+\fR hierarchy, in a directory readable by all, writeable
+only by root. The program itself should be executable by all. The
program should NOT be setuid or setgid!
.SH "VERSION"
.PP
@@ -123,7 +123,7 @@ This man page is correct for version 2.2 of
the Samba suite.
.SH "SEE ALSO"
.PP
-\fBsmbd(8)\fR,
+\fBsmbd(8)\fR
smb.conf(5)
.SH "AUTHOR"
.PP
@@ -136,5 +136,5 @@ The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
excellent piece of Open Source software, available at
ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0
-release by Jeremy Allison. The conversion to DocBook for
+release by Jeremy Allison. The conversion to DocBook for
Samba 2.2 was done by Gerald Carter