From 4d8552ef553324dece38bf5299c98f2da7027cd9 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 15 Dec 2017 16:18:11 -0800 Subject: docs: Add freebsd to the reference table --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 8e048dc..783d9b6 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -57,6 +57,7 @@ These are provided by the `.system()` method call. | windows | Any version of Windows | | cygwin | The Cygwin environment for Windows | | haiku | | +| freebsd | FreeBSD and it's derivatives | Any string not listed above is not guaranteed to remain stable in future releases. -- cgit v1.1 From 1723a91af36e181f97e79f6a17540fcd9b348141 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 18 Dec 2017 16:25:40 -0800 Subject: docs: Add dragonfly BSD to OS reference table --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 783d9b6..47b9b7e 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -58,6 +58,7 @@ These are provided by the `.system()` method call. | cygwin | The Cygwin environment for Windows | | haiku | | | freebsd | FreeBSD and it's derivatives | +| dragonfly | DragonFly BSD | Any string not listed above is not guaranteed to remain stable in future releases. -- cgit v1.1 From 3b8e65911c3ec8dd03cc1efd1250efa5aaf98f5e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 19 Dec 2017 11:39:30 -0800 Subject: docs: Add netbsd to the reference table --- docs/markdown/Reference-tables.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 47b9b7e..ee3b8c2 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -59,6 +59,7 @@ These are provided by the `.system()` method call. | haiku | | | freebsd | FreeBSD and it's derivatives | | dragonfly | DragonFly BSD | +| netbsd | | Any string not listed above is not guaranteed to remain stable in future releases. -- cgit v1.1