diff options
author | Dante Catalfamo | 2021-10-25 00:46:33 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-10-25 00:46:41 -0400 |
commit | 37895480b36e3cad7b57d52b27fae409eda181bf (patch) | |
tree | e1850faad0caa29052402d3647d59b8d8801391d | |
parent | 577b66c863f4b1b3ef1ab67a16ac9d3b10a8642c (diff) | |
download | blog-37895480b36e3cad7b57d52b27fae409eda181bf.tar.gz blog-37895480b36e3cad7b57d52b27fae409eda181bf.tar.bz2 blog-37895480b36e3cad7b57d52b27fae409eda181bf.zip |
bsd-auth: Fix minor typo. do stdio -> to stdout
-rw-r--r-- | content/posts/how-bsd-authentication-works/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index 93e1bc4..4dbb94b 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -138,7 +138,7 @@ Most modules also have a hidden flag =-d=, which sets the back - channel do =stdio=, presumably for debugging purposes. + channel to =stdout=, presumably for debugging purposes. The simplest way to authenticate a user with BSD Auth is by using [[#auth_userokay][=auth_userokay=]]. |