From eb27f9addb2279387ada67d95bd4726b18f8c935 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 27 Sep 2012 14:20:04 -0700 Subject: [PATCH] Add howto for changing man pages Signed-off-by: Dan Mick --- admin/manpage-howto.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 admin/manpage-howto.txt diff --git a/admin/manpage-howto.txt b/admin/manpage-howto.txt new file mode 100644 index 0000000000000..c3bdea54ad8c9 --- /dev/null +++ b/admin/manpage-howto.txt @@ -0,0 +1,7 @@ +Updating the manpages is a semi-manual process: +(all paths below relative to top of git tree): + +1) make changes to the .rst files in doc/man +2) use admin/build-doc to build the doc tree into build-doc/output +3) copy changed manpage files from build-doc/output/man to man/ +4) commit both doc/man .rst changes and man/ changes -- 2.39.5