diff options
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/BSD.rst | 6 | ||||
-rw-r--r-- | Help/variable/DRAGONFLYBSD.rst | 6 | ||||
-rw-r--r-- | Help/variable/FREEBSD.rst | 6 | ||||
-rw-r--r-- | Help/variable/NETBSD.rst | 6 | ||||
-rw-r--r-- | Help/variable/OPENBSD.rst | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/Help/variable/BSD.rst b/Help/variable/BSD.rst new file mode 100644 index 0000000..0b3e5dc --- /dev/null +++ b/Help/variable/BSD.rst @@ -0,0 +1,6 @@ +BSD +--- + +.. versionadded:: 3.25 + +Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD) diff --git a/Help/variable/DRAGONFLYBSD.rst b/Help/variable/DRAGONFLYBSD.rst new file mode 100644 index 0000000..f006156 --- /dev/null +++ b/Help/variable/DRAGONFLYBSD.rst @@ -0,0 +1,6 @@ +DRAGONFLYBSD +------------ + +.. versionadded:: 3.25 + +Set to true when the target system is DragonFlyBSD. diff --git a/Help/variable/FREEBSD.rst b/Help/variable/FREEBSD.rst new file mode 100644 index 0000000..9990948 --- /dev/null +++ b/Help/variable/FREEBSD.rst @@ -0,0 +1,6 @@ +FREEBSD +------- + +.. versionadded:: 3.25 + +Set to true when the target system is FreeBSD. diff --git a/Help/variable/NETBSD.rst b/Help/variable/NETBSD.rst new file mode 100644 index 0000000..e7965f8 --- /dev/null +++ b/Help/variable/NETBSD.rst @@ -0,0 +1,6 @@ +NETBSD +------ + +.. versionadded:: 3.25 + +Set to true when the target system is NetBSD. diff --git a/Help/variable/OPENBSD.rst b/Help/variable/OPENBSD.rst new file mode 100644 index 0000000..dd9b23d --- /dev/null +++ b/Help/variable/OPENBSD.rst @@ -0,0 +1,6 @@ +OPENBSD +------- + +.. versionadded:: 3.25 + +Set to true when the target system is OpenBSD. |