From 825c2eed364a8e173613c00a323499431a8fa400 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 22 Dec 2023 23:15:11 +0100 Subject: [PATCH] refactor --- technology/applications/cli/doas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technology/applications/cli/doas.md b/technology/applications/cli/doas.md index 5b3f57d..101dec6 100644 --- a/technology/applications/cli/doas.md +++ b/technology/applications/cli/doas.md @@ -22,8 +22,8 @@ $ doas -s ### Options | Option | Description | | --------- | ------------------------------------------------- | -| `-s` | Execute the shell from `SHELL` or /etc/passwd. | -| `-u user` | Execute the command as user. The default is root. | +| `-s` | Execute the shell from `$SHELL` or `/etc/passwd`. | +| `-u user` | Execute the command as user. The default is root. | ## Configuration The configuration for doas is stored at `/etc/doas.conf`.