From 135f2173e1acc674454e76277797505e32ecd2f5 Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:46:14 +0200 Subject: [PATCH] Fix minor capitalization error --- Installing-on-OpenBSD-7.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index 91f72b0..8c690cc 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -64,7 +64,7 @@ rc_cmd $1 `# rcctl start radicale3` # Logging -Radicale Logs can be found in `/var/log/daemon`. You can configure [syslogd(8)](https://man.openbsd.org/syslogd) to place the logs into their own log file, e.g. by following these additional steps: +Radicale logs can be found in `/var/log/daemon`. You can configure [syslogd(8)](https://man.openbsd.org/syslogd) to place the logs into their own log file, e.g. by following these additional steps: 12. Add the following to the top of `/etc/syslogd.conf`: ```