fix use of #
authorBarry Jaspan <bjaspan@mit.edu>
Wed, 21 Aug 1996 20:00:20 +0000 (20:00 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Wed, 21 Aug 1996 20:00:20 +0000 (20:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8961 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-server-design.tex

index 93ec9fb0ef952bb1d30bffa232a9b7d1fef14a7a..fd80c2ec40c67c1abde1f6fc4d3740f420731133 100644 (file)
@@ -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