use \sl for IN, OUT, INOUT
authorJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:05:05 +0000 (10:05 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:05:05 +0000 (10:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1004 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/functions.sty
doc/implement/functions.sty

index 5fb9f9c72174fdb3c6dc9a5c2ee3c86232d581c9..dcccfb542a146ac18d63ab5511891fc09de4a817 100644 (file)
@@ -23,9 +23,9 @@
 }
 \newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi}
 \newcommand{\funcvoid}{\argc@ount=0}
-\newcommand{\funcin}{\docomm@\argc@ount=0{\it /* IN */}\\}
-\newcommand{\funcinout}{\docomm@\argc@ount=0{\it /* INOUT */}\\}
-\newcommand{\funcout}{\docomm@\argc@ount=0{\it /* OUT */}\\}
+\newcommand{\funcin}{\docomm@\argc@ount=0{\sl /* IN */}\\}
+\newcommand{\funcinout}{\docomm@\argc@ount=0{\sl /* INOUT */}\\}
+\newcommand{\funcout}{\docomm@\argc@ount=0{\sl /* OUT */}\\}
 \newcommand{\funcarg}[2]{\docomm@#1 {\argfont #2}\advance\argc@ount by1}
 \newcommand{\funcparam}[1]{{\argfont #1}}
 \newcommand{\funcfuncarg}[2]{\docomm@#1 {\argfont #2}(\= \+ \argc@ount=0}
index 5fb9f9c72174fdb3c6dc9a5c2ee3c86232d581c9..dcccfb542a146ac18d63ab5511891fc09de4a817 100644 (file)
@@ -23,9 +23,9 @@
 }
 \newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi}
 \newcommand{\funcvoid}{\argc@ount=0}
-\newcommand{\funcin}{\docomm@\argc@ount=0{\it /* IN */}\\}
-\newcommand{\funcinout}{\docomm@\argc@ount=0{\it /* INOUT */}\\}
-\newcommand{\funcout}{\docomm@\argc@ount=0{\it /* OUT */}\\}
+\newcommand{\funcin}{\docomm@\argc@ount=0{\sl /* IN */}\\}
+\newcommand{\funcinout}{\docomm@\argc@ount=0{\sl /* INOUT */}\\}
+\newcommand{\funcout}{\docomm@\argc@ount=0{\sl /* OUT */}\\}
 \newcommand{\funcarg}[2]{\docomm@#1 {\argfont #2}\advance\argc@ount by1}
 \newcommand{\funcparam}[1]{{\argfont #1}}
 \newcommand{\funcfuncarg}[2]{\docomm@#1 {\argfont #2}(\= \+ \argc@ount=0}