From 4bd38421124c357084bd24f91466708ffe8e75a0 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sun, 28 Jun 2020 18:56:10 -0400 Subject: Change comment indentation so it doesn't get mistaken for a heading --- content/posts/how-bsd-authentication-works/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index 73bddf5..616c596 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -53,8 +53,8 @@ The return codes are defined inside of =login_cap.h= as #+BEGIN_SRC c /* -* bits which can be returned by authenticate()/auth_scan() -*/ + * bits which can be returned by authenticate()/auth_scan() + */ #define AUTH_OKAY 0x01 /* user authenticated */ #define AUTH_ROOTOKAY 0x02 /* authenticated as root */ #define AUTH_SECURE 0x04 /* secure login */ -- cgit v1.2.3