From f077a1c2527a2dae8766b2f3520eb42c1428ab1e Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sun, 6 Oct 2024 15:42:55 +0200 Subject: [PATCH] style: typo fixes --- README.md | 2 +- doc/man/arch-update.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97170af..6708580 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Make sure you followed instructions of [this chapter](#the-systray-applet). If the systray applet doesn't start regardless, this could be the result of a [race condition](https://en.wikipedia.org/wiki/Race_condition#In_software). In such case, it might be useful to slightly delay the startup of the systray applet by using a `sleep` statement beforehand: -- If you used `arch-update --tray --enable`, modify the `Exec=` line in the `arch-update-tray.desktop` (which is under `~/.config/autostart/` by default), like so: +- If you used `arch-update --tray --enable`, modify the `Exec=` line in the `arch-update-tray.desktop` file (which is under `~/.config/autostart/` by default), like so: > Exec=sh -c "sleep 3 && arch-update --tray" diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index aaaaa81..d9109c2 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -161,7 +161,7 @@ See https://wiki.archlinux.org/title/Desktop_notifications .RB "If the systray applet doesn't start regardless, this could be the result of a " "race condition". .RB "In such case, it might be useful to slightly delay the startup of the systray applet by using a " "sleep " "statement beforehand:" -.RB \- "If you used " "arch-update --tray --enable" ", modify the " "Exec= " "line in the " "arch-update-tray.desktop " "(which is under " "~/.config/autostart/ " "by default), like so::" +.RB \- "If you used " "arch-update --tray --enable" ", modify the " "Exec= " "line in the " "arch-update-tray.desktop " "file (which is under " "~/.config/autostart/ " "by default), like so::" .br Exec=sh -c "sleep 3 && arch-update --tray"