Zbigniew Jędrzejewski-Szmek
9f74901a1e
Merge pull request #31648 from neighbourhoodie/review-content
...
I did the merge manually to resolve a trivial conflict.
2024-04-17 17:41:07 +02:00
Daan De Meyer
5c041971eb
docs: Add Tests section to coding style doc
2024-04-10 18:24:29 +02:00
hulkoba
f757c5a4bf
docs/CODING_STYLE: remove whitespace
2024-03-27 06:49:16 +01:00
Mike Yuan
3d3c42773d
docs/CODING_STYLE: fix typo (CLONE_VORK -> VFORK)
2024-02-24 13:26:19 +08:00
Zbigniew Jędrzejewski-Szmek
8e3fee33af
Revert "docs: use collections to structure the data"
...
This reverts commit 5e8ff010a1 .
This broke all the URLs, we can't have that. (And actually, we probably don't
_want_ to make the change either. It's nicer to have all the pages in one
directory, so one doesn't have to figure out to which collection the page
belongs.)
2024-02-23 09:48:47 +01:00
hulkoba
5e8ff010a1
docs: use collections to structure the data
2024-02-22 10:11:54 +01:00
Lennart Poettering
ce4801c42b
doc: readd vanished ```
...
This disappeared in 1e8f5f79e1 , let's
restore it.
2023-10-11 11:41:56 +02:00
Yu Watanabe
ec88da9146
docs: fix typo
2023-08-01 15:53:32 +09:00
Zbigniew Jędrzejewski-Szmek
da89046643
tree-wide: "<n>bit" → "<n>-bit"
...
In some places, "<n> bits" is used when more appropriate.
2023-07-02 11:10:12 +01:00
Lennart Poettering
2499d32022
docs: document threading situation in coding style
2023-06-23 10:05:16 +02:00
Lennart Poettering
4d26b2277a
doc: say in CODING_STYLE that AT_EMPTY_PATH should be implied on openat() style APIs (and NULL path is OK)
...
As discussed here:
https://github.com/systemd/systemd/pull/27397#issuecomment-1521630044
2023-04-25 14:05:08 +02:00
Dmitry V. Levin
ba1ca5ef26
CODING_STYLE: note that 'unsigned' form is preferred over 'unsigned int'
2023-03-08 21:17:23 +00:00
Zbigniew Jędrzejewski-Szmek
1e8f5f79e1
docs/CODING_STYLE: add sentence about redirection operators
2023-02-06 09:19:04 +01:00
Dmitry V. Levin
5c7a4f21dd
docs, man: consistently use comma after "For example"
2023-01-23 22:52:34 +00:00
Dmitry V. Levin
e347d53ace
docs: fix grammar a bit
2023-01-23 22:52:34 +00:00
Dmitry V. Levin
d8b67e05fb
docs: fix a few typos
2023-01-23 22:52:34 +00:00
Lennart Poettering
f591cf66f0
doc: document how we expect empty lines to be used
2023-01-17 21:26:13 +01:00
Sam James
4e11b54b31
CODING_STYLE: fix 'better' typo
2023-01-06 14:03:19 +01:00
Lennart Poettering
bbb71e5c98
CODING_STYLE: fix header level
2022-09-08 16:13:07 +02:00
Lennart Poettering
e8a587dca2
docs: Some CODING_STYLE additions
2022-09-07 10:05:46 +02:00
Lennart Poettering
e109541fe6
docs: suggests people use path_extract_filename() + path_extract_directory()
2022-08-23 15:10:15 +02:00
Yu Watanabe
74223cbe14
tree-wide: fix typo
2022-06-10 08:26:08 +09:00
Zbigniew Jędrzejewski-Szmek
a5b28b7721
CODING_STYLE: say that inet_ntop() is a no no
2022-06-06 09:52:52 +02:00
Lennart Poettering
e28770e367
docs: document how we usually define enums
2022-03-14 19:10:11 +00:00
Lennart Poettering
40f55f6998
docs: document we use C11 with GNU extensions now
...
Follow-up for: #22711
2022-03-14 18:43:49 +00:00