diff options
author | 53hornet <atc@53hor.net> | 2021-12-22 20:11:36 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-22 20:11:36 -0500 |
commit | c2e4e4f87fe9a7c2bbce31ac670aaa43c1ae0022 (patch) | |
tree | e46e93415f65a95888304d2d03bf27624486347f | |
parent | b50664b861e98948df44472122f63f91b73e0a0a (diff) | |
download | 53hor-c2e4e4f87fe9a7c2bbce31ac670aaa43c1ae0022.tar.xz 53hor-c2e4e4f87fe9a7c2bbce31ac670aaa43c1ae0022.zip |
fix: manpage
-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> |