> The man page for pf.conf says at some point:
Yes, pf.conf(5) says that about the table files.
About the main pf.conf(5) file itself, it says:
Comments can be put anywhere in the file using a hash mark (`#'), and ex-
tend to the end of the current line.
> Now, if a comment line ends with "\", should the next line
Well, because you used \ to end the line, that # is not at the start of a
line. It is in the middle of a split line. And the previously described
behaviour therefore hapens.
> Many times, when we are trying to test a different setup, we
Well, the result is predictable.
