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:
parent
86f99bdbe1
commit
ce4801c42b
@ -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`).
|
||||||
|
Loading…
Reference in New Issue
Block a user