From 4df3d111a4075890f4b56712634af3917beaa737 Mon Sep 17 00:00:00 2001 From: Robert Gogolok Date: Sat, 1 Nov 2025 15:09:00 +0100 Subject: [PATCH] Mention FreeBSD platform Signed-off-by: Robert Gogolok --- spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.md b/spec.md index 0eb1fa877..95cfeda8d 100644 --- a/spec.md +++ b/spec.md @@ -13,6 +13,7 @@ The execution environment is specified to ensure that applications running insid Platforms defined by this specification are: +* `freebsd`: [runtime.md](runtime.md), [config.md](config.md), [features.md](features.md), and [config-freebsd.md](config-freebsd.md). * `linux`: [runtime.md](runtime.md), [config.md](config.md), [features.md](features.md), [config-linux.md](config-linux.md), [runtime-linux.md](runtime-linux.md), and [features-linux.md](features-linux.md). * `solaris`: [runtime.md](runtime.md), [config.md](config.md), [features.md](features.md), and [config-solaris.md](config-solaris.md). * `windows`: [runtime.md](runtime.md), [config.md](config.md), [features.md](features.md), and [config-windows.md](config-windows.md). @@ -28,6 +29,7 @@ Platforms defined by this specification are: - [Runtime and Lifecycle](runtime.md) - [Linux-specific Runtime and Lifecycle](runtime-linux.md) - [Configuration](config.md) + - [FreeBSD-specific Configuration](config-freebsd.md) - [Linux-specific Configuration](config-linux.md) - [Solaris-specific Configuration](config-solaris.md) - [Windows-specific Configuration](config-windows.md)