]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ipsec: strongSwan is not exclusive to Linux kernels 2026/head
authorJose Luis Duran <jlduran@users.noreply.github.com>
Sat, 9 Dec 2023 18:42:27 +0000 (18:42 +0000)
committerJose Luis Duran <jlduran@users.noreply.github.com>
Sat, 9 Dec 2023 18:42:27 +0000 (18:42 +0000)
The project is now called "the strongSwan project" rather than "Linux
strongSwan" to better reflect this.

src/charon/charon.c
src/ipsec/_ipsec.8.in

index cd480b525fcaac44996a378b5d782b15e2426d0a..bc4bed9c4bc07f419f8465b7c692e7ef25db85f6 100644 (file)
@@ -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':
index de00d30756d9577bc76f5de9c5f42e9d5d694f97..78067b748f791716729cf209004a56f66dc52d00 100644 (file)
@@ -277,15 +277,15 @@ command.
 .TP
 .B "\-\-version"
 returns the version in the form of
-.B Linux strongSwan U<strongSwan userland version>/K<Linux kernel version>
-if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
+.B strongSwan U<strongSwan userland version>/K<kernel version>
+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<strongSwan userland version>/K<Linux kernel version>
-if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
+.B U<strongSwan userland version>/K<kernel version>
+if strongSwan uses the native NETKEY IPsec stack of the kernel it is
 running on.
 .
 .TP