mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
A quick grep revealed these stats (counting only the first occurrence
per line):
`thing`(1): 154
`thing(1)`: 9
thing(1): 4
This commit converts all occurrences to the `thing`(1) format.