diff options
author | mms <michal@sapka.me> | 2024-05-02 08:49:26 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-02 08:49:26 +0200 |
commit | 108c556fee08e99c575b5c4ddd55af1129ca55aa (patch) | |
tree | 31d098fa222dadd4fce7b3fa973e762b0806f01d /content/bsd | |
parent | 58cea08d14f1f6a58bc3333bc8282d30984f44d0 (diff) |
fix: typos
Diffstat (limited to 'content/bsd')
-rw-r--r-- | content/bsd/why-bsd.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/bsd/why-bsd.md b/content/bsd/why-bsd.md index f4f2faa..7e9d4e6 100644 --- a/content/bsd/why-bsd.md +++ b/content/bsd/why-bsd.md @@ -89,7 +89,7 @@ When you install any BSD you are getting the complete package. To give just two examples here: 1. OpenBSD comes with complete web stack built in. - We've got a pocket filter (best in class), reverse proxy and http server. + We've got a packet filter (best in class), reverse proxy and http server. We've even got a TLS certificate manager. The configuration of all those use similar format, whish is fully explained in man pages. You don't need any external packages. @@ -148,6 +148,7 @@ You can find amazing people over at [bsd.cafe](https://wiki.bsd.cafe/) or [bsd.n The oldest public UNIX system, [SDF](https://sdf.org/) is running on NetBSD and quite a few of it's members are active in BSD community. There's also [Michael W. Lucas](https://mwl.io) who makes a living writing AMAZING technical BSD-related books. And we've got a great dedicated podcast, [BSD Now](https://www.bsdnow.tv/). +There's also a community bulletin board - [unitedbsd](https://www.unitedbsd.com/) ## POSIX and widening perspective {#posix-and-widening-perspective} @@ -168,7 +169,7 @@ Well, OpenBSD, FreeBSD, NetBSD, and DragonFly BSD are separate operating systems They are developed separately and have separate teams. And even though the code very often migrates between them, they are not the same. -Just an example: PF, the great pocket filter was developed as part of Open BSD. +Just an example: PF, the great pocket filter was developed as part of OpenBSD. It was then ported to FreeBSD. It worked great, but with time, it diverged from the OpenBSD's one quite significantly, and all those changes had to be ported again, just recently. Since OpenBSD and FreeBSD grew out of Unix, they are binary compatible, but their kernels differ significantly. |