From 454069e0946c7414d673407cc071b2503da9ce3f Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sat, 9 Dec 2023 18:42:27 +0000 Subject: [PATCH] ipsec: strongSwan is not exclusive to Linux kernels The project is now called "the strongSwan project" rather than "Linux strongSwan" to better reflect this. --- src/charon/charon.c | 2 +- src/ipsec/_ipsec.8.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/charon/charon.c b/src/charon/charon.c index cd480b525f..bc4bed9c4b 100644 --- a/src/charon/charon.c +++ b/src/charon/charon.c @@ -376,7 +376,7 @@ int main(int argc, char *argv[]) status = 0; goto deinit; case 'v': - printf("Linux strongSwan %s\n", VERSION); + printf("strongSwan %s\n", VERSION); status = 0; goto deinit; case 'l': diff --git a/src/ipsec/_ipsec.8.in b/src/ipsec/_ipsec.8.in index de00d30756..78067b748f 100644 --- a/src/ipsec/_ipsec.8.in +++ b/src/ipsec/_ipsec.8.in @@ -277,15 +277,15 @@ command. .TP .B "\-\-version" returns the version in the form of -.B Linux strongSwan U/K -if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is +.B strongSwan U/K +if strongSwan uses the native NETKEY IPsec stack of the kernel it is running on. . .TP .B "\-\-versioncode" returns the version number in the form of -.B U/K -if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is +.B U/K +if strongSwan uses the native NETKEY IPsec stack of the kernel it is running on. . .TP -- 2.47.2