1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

doc: readd vanished ```

This disappeared in 1e8f5f79e1, let's
restore it.
This commit is contained in:
Lennart Poettering 2023-10-11 10:41:49 +02:00
parent 86f99bdbe1
commit ce4801c42b

View File

@ -132,6 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
if (r < 0) if (r < 0)
return log_error_errno(r, "Some function failed: %m"); return log_error_errno(r, "Some function failed: %m");
/* → empty line here is good */ /* → empty line here is good */
```
- In shell scripts, do not use whitespace after the redirection operator - In shell scripts, do not use whitespace after the redirection operator
(`>some/file` instead of `> some/file`, `<<EOF` instead of `<< EOF`). (`>some/file` instead of `> some/file`, `<<EOF` instead of `<< EOF`).