summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-08-21 20:00:20 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-08-21 20:00:20 +0000
commitdb78cbe9b77a5c705e743d0ca883b441d7954b85 (patch)
tree4189a88d5e095f2c6fd55eab101130260184731f
parent4a066e4bacfae3f0b80da568364881070a07dc91 (diff)
fix use of #
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8961 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/kadm5/api-server-design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex
index 93ec9fb0e..fd80c2ec4 100644
--- a/doc/kadm5/api-server-design.tex
+++ b/doc/kadm5/api-server-design.tex
@@ -236,7 +236,7 @@ that case, the function would have to written to take variable
arguments (i.e. use $<$stdarg.h$>$) and extract them from the stack
based on the API version. Alternatively, a separate function for each
API version could be defined, and $<$kadm5/admin.h$>$ could be written
-to \v{#define} the exported function name based on the value of
+to \v{\#define} the exported function name based on the value of
USE_KADM5_API_VERSION.
In the current system, it turns out, that isn't necessary, and future