summaryrefslogtreecommitdiff
path: root/docs/yodldocs/make_smbcodepage.1.yo
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-04 23:22:45 +0000
committerJeremy Allison <jra@samba.org>1998-11-04 23:22:45 +0000
commit8080fb7ccce49f6401d1406ced647f5ceb333faf (patch)
treec545a21dff22b332c5688386099be12a98f84be9 /docs/yodldocs/make_smbcodepage.1.yo
parent6bb6efe2b881f3ab67a73b2ef32faa2041ebedb5 (diff)
downloadsamba-8080fb7ccce49f6401d1406ced647f5ceb333faf.tar.gz
samba-8080fb7ccce49f6401d1406ced647f5ceb333faf.tar.bz2
samba-8080fb7ccce49f6401d1406ced647f5ceb333faf.zip
Added internal cross references for all man pages.
Jeremy. (This used to be commit 9dd09fdb643b70e5b46aeb9f6580128b7a68fe4e)
Diffstat (limited to 'docs/yodldocs/make_smbcodepage.1.yo')
-rw-r--r--docs/yodldocs/make_smbcodepage.1.yo6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/yodldocs/make_smbcodepage.1.yo b/docs/yodldocs/make_smbcodepage.1.yo
index 86d63d957c..6b59d5e01e 100644
--- a/docs/yodldocs/make_smbcodepage.1.yo
+++ b/docs/yodldocs/make_smbcodepage.1.yo
@@ -8,7 +8,7 @@ manpagename(make_codepage)(Construct a codepage file for Samba)
label(SYNOPSIS)
manpagesynopsis()
-bf(make_smbcodepage) [c|d] codepage inputfile outputfile
+bf(make_smbcodepage) [link(c|d)(cord)] link(codepage)(codepage) link(inputfile)(inputfile) link(outputfile)(outputfile)
label(DESCRIPTION)
manpagedescription()
@@ -23,18 +23,22 @@ manpageoptions()
startdit()
+label(cord)
dit(c|d) This tells make_smbcodepage if it is compiling (c) a text
format code page file to binary, or (d) de-compiling a binary codepage
file to text.
+label(codepage)
dit(codepage) This is the codepage we are processing (a number, eg. 850).
+label(inputfile)
dit(inputfile) This is the input file to process. In the 'c' case this
will be a text codepage definition file such as the ones found in the
Samba em(source/codepages) directory. In the 'd' case this will be the
binary format codepage definition file normally found in the
em(lib/codepages) directory in the Samba install directory path.
+label(outputfile)
dit(outputfile) This is the output file to produce.
endit()