summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/gunzip.md
diff options
context:
space:
mode:
authorTim Ledbetter <timledbetter@gmail.com>2023-03-30 23:06:56 +0100
committerSam Atkins <atkinssj@gmail.com>2023-04-01 11:49:57 +0100
commita5b9fb28c2f29506d4c7c60b78286737f93dd92e (patch)
treefa0a779eece3df56bd13e4097e55316e2c7e9bf1 /Base/usr/share/man/man1/gunzip.md
parent8f253a745e412cd34fa5aae992939dcb9ff3c47b (diff)
downloadserenity-a5b9fb28c2f29506d4c7c60b78286737f93dd92e.zip
Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist makes things more consistent.
Diffstat (limited to 'Base/usr/share/man/man1/gunzip.md')
-rw-r--r--Base/usr/share/man/man1/gunzip.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/gunzip.md b/Base/usr/share/man/man1/gunzip.md
index 67d6dcf3f6..c8b9cafc52 100644
--- a/Base/usr/share/man/man1/gunzip.md
+++ b/Base/usr/share/man/man1/gunzip.md
@@ -8,12 +8,12 @@ gunzip
$ gunzip [--keep] [--stdout] <FILE...>
```
-## Options:
+## Options
* `-k`, `--keep`: Keep (don't delete) input files
* `-c`, `--stdout`: Write to stdout, keep original files unchanged
-## Arguments:
+## Arguments
* `FILE`: File to decompress