diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-09 07:27:15 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-09 07:27:15 +0000 |
commit | efacb859a7ebc65cff1b51cff04cdc2aea3135e1 (patch) | |
tree | 89deccd6b98ed2b61babe9f09c531d0145aefbd1 /gmid.1 | |
parent | 762b9b991f373e5077d7e49396af62a34fa1c1ff (diff) |
change (again) the env/param separator: use '='
Given that env/param are new features of this release, no support for
the "old" syntax is needed.
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -297,7 +297,7 @@ is set to Handle all the requests for the current virtual host using the CGI script at .Pa path . -.It Ic env Ar name Cm => Ar value +.It Ic env Ar name Cm = Ar value Set the environment variable .Ar name to @@ -359,7 +359,7 @@ except .Ic entrypoint No and Ic cgi . .It Ic log Ar bool Enable or disable the logging for the current server or location block. -.It Ic param Ar name Cm => Ar value +.It Ic param Ar name Cm = Ar value Set the param .Ar name to |