diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-01-23 14:02:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-01-23 16:06:11 +0000 |
| commit | 07423969869c2034d1e70439ae5d70ddd390bf17 (patch) | |
| tree | 5698e0f0fddcea66fcc0bc045df65889df6976fa /tools/build/options | |
| parent | 86116ab256c476191e2fc1fffd79f94382960362 (diff) | |
Diffstat (limited to 'tools/build/options')
| -rw-r--r-- | tools/build/options/WITHOUT_SSP | 2 | ||||
| -rw-r--r-- | tools/build/options/WITH_SSP | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP index 7a773fe1e5aa..160da71bf9c2 100644 --- a/tools/build/options/WITHOUT_SSP +++ b/tools/build/options/WITHOUT_SSP @@ -1,4 +1,4 @@ Do not build world with stack smashing protection. See -.Xr security 7 +.Xr mitigations 7 for more information. diff --git a/tools/build/options/WITH_SSP b/tools/build/options/WITH_SSP index 4f06a73d4173..910fdc9b3b1a 100644 --- a/tools/build/options/WITH_SSP +++ b/tools/build/options/WITH_SSP @@ -1,4 +1,4 @@ Build world with stack smashing protection. See -.Xr security 7 +.Xr mitigations 7 for more information. |
