Now that it was commited, what remains is to convert tabs to spaces inside a 
literal block:

Index: share/man/man5/pf.conf.5
===================================================================
RCS file: /cvs/src/share/man/man5/pf.conf.5,v
retrieving revision 1.561
diff -u -p -r1.561 pf.conf.5
--- share/man/man5/pf.conf.5    18 May 2017 11:50:47 -0000      1.561
+++ share/man/man5/pf.conf.5    19 May 2017 06:32:05 -0000
@@ -2668,7 +2668,7 @@ option         = "set" ( [ "timeout" ( t
                  [ "skip on" ifspec ] |
                  [ "debug" ( "emerg" | "alert" | "crit" | "err" |
                  "warning" | "notice" | "info" | "debug" ) ] |
-                [ "reassemble" ( "yes" | "no" ) [ "no-df" ] ] )
+                 [ "reassemble" ( "yes" | "no" ) [ "no-df" ] ] )
 
 pf-rule        = action [ ( "in" | "out" ) ]
                  [ "log" [ "(" logopts ")"] ] [ "quick" ]
@@ -2684,22 +2684,22 @@ filteropt      = user | group | flags | 
                  ( "no" | "keep" | "modulate" | "synproxy" ) "state"
                  [ "(" state-opts ")" ] | "scrub" "(" scrubopts ")" |
                  "fragment" | "allow-opts" | "once" |
-                "divert-packet" "port" port | "divert-reply" |
-                "divert-to" host "port" port |
+                 "divert-packet" "port" port | "divert-reply" |
+                 "divert-to" host "port" port |
                  "label" string | "tag" string | [ "!" ] "tagged" string |
                  "set prio" ( number | "(" number [ [ "," ] number ] ")" ) |
                  "set queue" ( string | "(" string [ [ "," ] string ] ")" ) |
                  "rtable" number | "probability" number"%" | "prio" number |
-                "af-to" af "from" ( redirhost | "{" redirhost-list "}" )
-                [ "to" ( redirhost | "{" redirhost-list "}" ) ] |
-                "binat-to" ( redirhost | "{" redirhost-list "}" )
-                [ portspec ] [ pooltype ] |
-                "rdr-to" ( redirhost | "{" redirhost-list "}" )
-                [ portspec ] [ pooltype ] |
-                "nat-to" ( redirhost | "{" redirhost-list "}" )
-                [ portspec ] [ pooltype ] [ "static-port" ] |
-                [ route ] | [ "set tos" tos ] |
-                [ [ "!" ] "received-on" ( interface-name | interface-group ) ]
+                 "af-to" af "from" ( redirhost | "{" redirhost-list "}" )
+                 [ "to" ( redirhost | "{" redirhost-list "}" ) ] |
+                 "binat-to" ( redirhost | "{" redirhost-list "}" )
+                 [ portspec ] [ pooltype ] |
+                 "rdr-to" ( redirhost | "{" redirhost-list "}" )
+                 [ portspec ] [ pooltype ] |
+                 "nat-to" ( redirhost | "{" redirhost-list "}" )
+                 [ portspec ] [ pooltype ] [ "static-port" ] |
+                 [ route ] | [ "set tos" tos ] |
+                 [ [ "!" ] "received-on" ( interface-name | interface-group ) ]
 
 scrubopts      = scrubopt [ [ "," ] scrubopts ]
 scrubopt       = "no-df" | "min-ttl" number | "max-mss" number |

-- 
Michal Mazurek

Reply via email to