summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-05-28 20:22:20 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:40 -0500
commite48d9fb198299f95a074c7f05bf3d28e88a62c60 (patch)
tree931b89bf8f4c70872588a9fe00bdac9886061623
parent672521dbe57a27938568fc24e5bfdd2f90e43a15 (diff)
downloadsamba-e48d9fb198299f95a074c7f05bf3d28e88a62c60.tar.gz
samba-e48d9fb198299f95a074c7f05bf3d28e88a62c60.tar.bz2
samba-e48d9fb198299f95a074c7f05bf3d28e88a62c60.zip
Replacing Symlink with actual file
(This used to be commit cbcc2d8d2c20fd1e4159b2ffa5c74c298e92728a)
-rw-r--r--docs/Samba-HOWTO-Collection/conventions.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/Samba-HOWTO-Collection/conventions.xml b/docs/Samba-HOWTO-Collection/conventions.xml
new file mode 100644
index 0000000000..d4bbde8f85
--- /dev/null
+++ b/docs/Samba-HOWTO-Collection/conventions.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
+
+ <sect1>
+ <title>Conventions Used</title>
+
+ <para>
+ The following notation conventions are used throughout this book:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ TOSHARG is used as an abbreviation for the book, <quote>The Official Samba-3
+ HOWTO and Reference Guide,</quote> Editors: John H. Terpstra and Jelmer R. Vernooij,
+ Publisher: Prentice Hall, ISBN: 0131453556.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Directories and filenames appear in mono-font. For example,
+ <filename>/etc/pam.conf</filename>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Executable names are bolded. For example, <command>smbd</command>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Menu items and buttons appear in bold. For example, click <guibutton>Next</guibutton>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Selecting a menu item is indicated as:
+ <menuchoice>
+ <guimenu>Start</guimenu>
+ <guimenuitem>Control Panel</guimenuitem>
+ <guimenuitem>Administrative Tools</guimenuitem>
+ <guimenuitem>Active Directory Users and Computers</guimenuitem>
+ </menuchoice>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ </sect1>
+