diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-11 09:50:26 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-11 09:50:26 +0200 |
commit | 8068d2ff33992fcaf0e5f38bc7b3d86789e7e92e (patch) | |
tree | 92f890afa17bb1cdbec3cce7e967db6b2c420f83 /gmid.1 | |
parent | 094bdacd40fc25e94198c037312708c049d43fe1 (diff) |
tag v1.7.11.7.1
This version includes two bugfixes:
- use ${MAKE} to recursively call make
- fix the misleading example in the man page: macros name may not be
reserved words
Both bugs found and fixed by Anna “CyberTailor”, thanks!
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -474,7 +474,7 @@ The port the server is listening on. .Dq GEMINI .It Ev SERVER_SOFTWARE The name and version of the server, i.e. -.Dq gmid/1.7 +.Dq gmid/1.7.1 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset. |