diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-09-09 15:47:50 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-09-09 15:49:26 +0000 |
| commit | 1cf67b587023af90f2b2c6e87d9103ec42b2b9b2 (patch) | |
| tree | 079b1542bb2700da81bd784c9221e1be6febb1ba | |
| parent | c1eff1d745a1193c199f735733e376161c69b12c (diff) | |
NOTES: Fix whitespace in "options MAC_DO"
For "options", we put a space before a TAB so that commenting out an
option doesn't move the columns.
No functional change.
Fixes: c8d8cac2a847 ("mac_do(4): allow compiling into kernel")
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0e4f54a35a13..c7a8862fb906 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1249,7 +1249,7 @@ options MAC options MAC_BIBA options MAC_BSDEXTENDED options MAC_DDB -options MAC_DO +options MAC_DO options MAC_IFOFF options MAC_IPACL options MAC_LOMAC |
