Bug 265455

Summary: Fixes for errors in Chapter 31 'Firewalls'
Product: Documentation Reporter: ghislain <ghislain>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Many People CC: carlavilla, doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fixes for errors in Chapter 31 'Firewalls' none

Description ghislain 2022-07-26 16:04:22 UTC
Created attachment 235492 [details]
Fixes for errors in Chapter 31 'Firewalls'

Submitting errors found in Chapter 31.

Quick Summary

Section 31.5.2. 'IPF Rule Syntax'
- specifically in the description of 'SRC_PORT'


Section 31.6. 'Blacklistd'
- rewording suggestion

Section 31.6.1. "Enabling Blacklistd"
- rewording suggestion

Section 31.6.2.2. 'Remote Rules'
- rewording suggestion

reference: https://docs.freebsd.org/en/books/handbook/firewalls/

A diff file have been provided above
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-05 18:24:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f4e8db9335d250a78b8df81c335d0df93735def6

commit f4e8db9335d250a78b8df81c335d0df93735def6
Author:     ghislain <ghislain (AT) smartix.llc>
AuthorDate: 2022-08-05 18:23:28 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-08-05 18:23:28 +0000

    Fix typos and some rewording in Firewall chapter

    PR:     265455

 documentation/content/en/books/handbook/firewalls/_index.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2022-08-05 18:26:59 UTC
Thanks for the patch!