From 1dfc7247d6a8686224d26f74c1c7c61b0e37869d Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Fri, 18 Oct 1996 18:26:18 +0000 Subject: [PATCH] make osa_adb_rename_T_db parallel to krb5_kdb_rename_db: destination db is created if it does not already exists [krb5-admin/58] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9205 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-server-design.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex index 2fed80ae1..cecdae1cb 100644 --- a/doc/kadm5/api-server-design.tex +++ b/doc/kadm5/api-server-design.tex @@ -718,11 +718,12 @@ osa_adb_ret_t osa_adb_rename_T_db(kadm5_config_params *fromparams, \end{verbatim} % Rename the database named by fromparams to that named by toparams. -Both databases and lock files must already exist. When the function -returns, the database named by fromparams no longer exists, and -toparams has been overwritten with fromparams. This function acquires -a permanent lock on both databases for the duration of its operation, -so a failure is likely to leave the databases unusable. +The fromparams database must already exist; the toparams database may +exist or not. When the function returns, the database named by +fromparams no longer exists, and toparams has been overwritten with +fromparams. This function acquires a permanent lock on both databases +for the duration of its operation, so a failure is likely to leave the +databases unusable. \begin{verbatim} osa_adb_ret_t osa_adb_destroy_policy_db(kadm5_config_params *params) -- 2.26.2