X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=docs%2Fyodldocs%2Fmake_smbcodepage.1.yo;h=6b59d5e01ec0251806c754d1dda8820b84312e3e;hp=86d63d957cb23dfe3879d696a6e004ffee5f600b;hb=74d675202d7354bb0327bb13c6e8cff60a4530d7;hpb=1f39207a8e16efe2199bef6a4851f3fe41d443ac diff --git a/docs/yodldocs/make_smbcodepage.1.yo b/docs/yodldocs/make_smbcodepage.1.yo index 86d63d957cb..6b59d5e01ec 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()