summaryrefslogtreecommitdiffstats
path: root/doc/rst_source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst_source')
-rw-r--r--doc/rst_source/README2
-rw-r--r--doc/rst_source/krb_appldev/refs/types/index.rst4
-rw-r--r--doc/rst_source/krb_basic/stash_file_def.rst2
-rw-r--r--doc/rst_source/krb_plugindev/locate.rst2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/rst_source/README b/doc/rst_source/README
index 3260809a6..8bb1c47cc 100644
--- a/doc/rst_source/README
+++ b/doc/rst_source/README
@@ -5,7 +5,7 @@ To build the documentation as HTML pages run:
sphinx-build source_dir destination_dir
-where
+where
source_dir is the source directory which includes configuration file conf.py and all source files;
destination_dir is the directory for the built documentation.
diff --git a/doc/rst_source/krb_appldev/refs/types/index.rst b/doc/rst_source/krb_appldev/refs/types/index.rst
index f1b30bc3f..9e9190d3d 100644
--- a/doc/rst_source/krb_appldev/refs/types/index.rst
+++ b/doc/rst_source/krb_appldev/refs/types/index.rst
@@ -41,7 +41,7 @@ Public
krb5_int32.rst
krb5_kdc_rep.rst
krb5_kdc_req.rst
- krb5_keyblock.rst
+ krb5_keyblock.rst
krb5_keytab_entry.rst
krb5_keyusage.rst
krb5_kt_cursor.rst
@@ -72,7 +72,7 @@ Public
krb5_timestamp.rst
krb5_tkt_authent.rst
krb5_trace_callback.rst
- krb5_trace_info.rst
+ krb5_trace_info.rst
krb5_transited.rst
krb5_typed_data.rst
krb5_ui_4.rst
diff --git a/doc/rst_source/krb_basic/stash_file_def.rst b/doc/rst_source/krb_basic/stash_file_def.rst
index da1cd6cc6..cd6cca47b 100644
--- a/doc/rst_source/krb_basic/stash_file_def.rst
+++ b/doc/rst_source/krb_basic/stash_file_def.rst
@@ -17,7 +17,7 @@ The file should not be part of any backup of the machine, unless
access to the backup data is secured as tightly as access to the
master password itself.
-.. note:: If you choose not to install a stash file, the KDC will prompt you for the master key each time it starts up.
+.. note:: If you choose not to install a stash file, the KDC will prompt you for the master key each time it starts up.
This means that the KDC will not be able to start automatically, such as after a system reboot.
diff --git a/doc/rst_source/krb_plugindev/locate.rst b/doc/rst_source/krb_plugindev/locate.rst
index 3e8357af0..fca6a4da7 100644
--- a/doc/rst_source/krb_plugindev/locate.rst
+++ b/doc/rst_source/krb_plugindev/locate.rst
@@ -25,7 +25,7 @@ addresses for the realm, KRB5_PLUGIN_NO_HANDLE if it wants to let
other location mechanisms determine the server addresses, or another
code if it experienced a failure which should abort the location
process.
-
+
A module can create and destroy per-library-context state objects by
implementing the **init** and **fini** methods. State objects have
the type void \*, and should be cast to an internal type for the state