diff options
-rw-r--r-- | posts/2021-12-15-rescuing-freebsd-the-unix-way.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2021-12-15-rescuing-freebsd-the-unix-way.php b/posts/2021-12-15-rescuing-freebsd-the-unix-way.php index 39be005..1b54d63 100644 --- a/posts/2021-12-15-rescuing-freebsd-the-unix-way.php +++ b/posts/2021-12-15-rescuing-freebsd-the-unix-way.php @@ -83,7 +83,7 @@ </pre> <p> - Hmm, probably can't use <code>freebsd-version(1)</code> because it's tied to the userland and <code>freebsd-update(1)</code>. Let's try <code>uname(1)</code>: + Hmm, probably can't use <code>freebsd-version(1)</code> because it's tied to the userland and <code>freebsd-update(8)</code>. Let's try <code>uname(1)</code>: </p> <pre> |