summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-10-25 00:46:33 -0400
committerDante Catalfamo2021-10-25 00:46:41 -0400
commit37895480b36e3cad7b57d52b27fae409eda181bf (patch)
treee1850faad0caa29052402d3647d59b8d8801391d
parent577b66c863f4b1b3ef1ab67a16ac9d3b10a8642c (diff)
downloadblog-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.org2
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=]].