a question about /boot/loader.conf

From: void <void_at_f-m.fm>
Date: Mon, 21 Jul 2025 14:32:19 UTC
Hi,

On recent -current, I notice that sysctls with a numerical value
are not quoted, but those with an alpabetical one are.

like this:

security.bsd.allow_destructive_dtrace=0
filemon_load="YES"

Which is the Correct Way? All quoted, or "it doesn't matter"?
--