From 2d62bd52486bd20922143f61cb7a3159ec78e478 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 31 Oct 2002 22:00:20 +0000 Subject: Add initial upgrading doc (doesn't contain much currently) Start using more entities (This used to be commit 6c442fe5c90902718d9a381e6b2518c0b4aab3de) --- docs/docbook/global.ent | 16 ++++++++++++++++ docs/docbook/manpages/pdbedit.8.sgml | 7 ++++--- docs/docbook/manpages/rpcclient.1.sgml | 23 +++++------------------ docs/docbook/manpages/vfstest.1.sgml | 21 ++++++--------------- docs/docbook/projdoc/upgrading-to-3.0.sgml | 19 +++++++++++++++++++ 5 files changed, 50 insertions(+), 36 deletions(-) create mode 100644 docs/docbook/projdoc/upgrading-to-3.0.sgml (limited to 'docs') diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index d88c489a4a..604dec7e18 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -31,3 +31,19 @@ + +-d|--debug=debuglevel +set the debuglevel. Debug level 0 is the lowest +and 100 being the highest. This should be set to 100 if you are +planning on submitting a bug report to the Samba team (see +BUGS.txt). + +'> + + +-h|--help +Print a summary of command line options. + +'> diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index fd8ce375e5..e918870ac1 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -21,8 +21,8 @@ -u username -f fullname -h homedir - -d drive - -s script + -D drive + -S script -p profile -a -m @@ -30,7 +30,8 @@ -i passdb-backend -e passdb-backend -b passdb-backend - -D debuglevel + -d debuglevel + -s configfile -P account-policy -V value diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml index 7a7a19c837..10e0ff438d 100644 --- a/docs/docbook/manpages/rpcclient.1.sgml +++ b/docs/docbook/manpages/rpcclient.1.sgml @@ -1,4 +1,6 @@ - + %globalentities; +]> @@ -87,23 +89,8 @@ - - -d|--debug=debuglevel - set the debuglevel. Debug level 0 is the lowest - and 100 being the highest. This should be set to 100 if you are - planning on submitting a bug report to the Samba team (see BUGS.txt). - - - - - - - - -h|--help - Print a summary of command line options. - - - + &stdarg.debuglevel; + &stdarg.help; -I IP-address diff --git a/docs/docbook/manpages/vfstest.1.sgml b/docs/docbook/manpages/vfstest.1.sgml index 9a7eff1939..f8fa7298b8 100644 --- a/docs/docbook/manpages/vfstest.1.sgml +++ b/docs/docbook/manpages/vfstest.1.sgml @@ -1,4 +1,7 @@ - + %globalentities; +]> + @@ -48,20 +51,8 @@ - - -d|--debug=debuglevel - set the debuglevel. Debug level 0 is the lowest - and 100 being the highest. This should be set to 100 if you are - planning on submitting a bug report to the Samba team (see - BUGS.txt). - - - - - -h|--help - Print a summary of command line options. - - + &stdarg.debuglevel; + &stdarg.help; -l|--logfile=logbasename diff --git a/docs/docbook/projdoc/upgrading-to-3.0.sgml b/docs/docbook/projdoc/upgrading-to-3.0.sgml new file mode 100644 index 0000000000..5b6b8dd635 --- /dev/null +++ b/docs/docbook/projdoc/upgrading-to-3.0.sgml @@ -0,0 +1,19 @@ + + + + JelmerVernooij + Samba Team + + 25 October 2002 + + +Issues when upgrading from 2.2 to 3.0 + + +Charsets + +FIXME + + + + -- cgit