Skip to content

Commit

Permalink
doc patch from kevingrimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Apr 27, 2009
1 parent 8b785f6 commit b732bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/yaws_api.5
Expand Up @@ -225,7 +225,7 @@ This function is automatically included from yaws_api in all
.yaws pages. It is used to search for a variable in the
querypart of the url. Returns {ok, Val} or undefined.
If a variable is defined multiple times, the function may also
return \fI[{ok, Val1}, ....]\fR.
return \fI{Val1, ....}\fR.


.TP
Expand All @@ -239,7 +239,7 @@ This function is automatically included from yaws_api in all
.yaws pages. It is used to search for a variable in the
POSTed data from the client. Returns {ok, Val} or undefined.
If a variable is defined multiple times, the function may also
return \fI[{ok, Val1}, ....]\fR.
return \fI{Val1, ....}\fR.

.TP
\fBgetvar(Arg, VarName)\fR
Expand Down

0 comments on commit b732bd1

Please sign in to comment.