git: 0ca9c2a3969f - main - Mk/Uses/gssapi: Improve documentation grammar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jan 2026 19:59:02 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ca9c2a3969fba19bd22f87bf3d541f284a3a4d0
commit 0ca9c2a3969fba19bd22f87bf3d541f284a3a4d0
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-01-16 19:58:20 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-01-16 19:58:20 +0000
Mk/Uses/gssapi: Improve documentation grammar
---
Mk/Uses/gssapi.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Mk/Uses/gssapi.mk b/Mk/Uses/gssapi.mk
index b419a8fe27ff..573d21d81a73 100644
--- a/Mk/Uses/gssapi.mk
+++ b/Mk/Uses/gssapi.mk
@@ -3,10 +3,10 @@
# Feature: gssapi
# Usage: USES=gssapi or USES=gssapi:ARGS
# Valid ARGS: base (default, implicit), heimdal, mit.
-# "bootstrap" is a special prefix only for krb5 or heimdal ports.
-# ("bootstrap,mit")
-# flags is a special suffix to define CFLAGS, LDFLAGS, and LDADD.
-# ("base,flags")
+# "bootstrap" is a special prefix only for krb5 or heimdal ports,
+# i.e. "bootstrap,mit".
+# flags is a special suffix to define CFLAGS, LDFLAGS, and LDADD,
+# i.e. "base,flags".
#
# MAINTAINER: hrs@FreeBSD.org, cy@FreeBSD.org
#