summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-10-31 21:26:14 +0100
committerAlejandro Colomar <alx@kernel.org>2022-10-31 21:26:14 +0100
commite626e4850642d9c21a088cd7207ecbc364adcb8e (patch)
tree0b874ab7772d9c79bef5a322660621dc4c6aee2e /CONTRIBUTING
parent4bbb06528b8e89aeaa814609a4dcf2405c9f9eb9 (diff)
CONTRIBUTING: tfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index c330fe593..8405f670d 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -147,7 +147,7 @@ Description
which warnings you'll still see from that page that are not your
fault.
- $ touch man2/membarrier # replace by the page you'll modify
+ $ touch man2/membarrier.2 # replace by the page you'll modify
$ make -k lint
(3) Apply your changes, and then run make(1) again. You can ignore
@@ -155,7 +155,7 @@ Description
please fix them if you know how, or at least note them in your
patch email.
- $ vi man2/membarrier # do your work
+ $ vi man2/membarrier.2 # do your work
$ make -k lint
See <INSTALL> for a list of dependencies that this feature requires.