From 8d496f49f47606959014d1f2934160faff99358c Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Tue, 20 Oct 2020 08:06:44 -0400 Subject: [PATCH] doc: Update manpages readme to current practice This hasn't been accurate since #1860 and #5650. --- manpages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manpages/README.md b/manpages/README.md index 580342535c..20e3cc744f 100644 --- a/manpages/README.md +++ b/manpages/README.md @@ -1,3 +1,3 @@ # Manual pages -This directory contains the generated Homebrew man pages from the `brew man` command. This command creates the output from `#:` comments in files, sections extracted from the repository's `README.md` and `brew.1.md.erb`. +This directory contains the generated Homebrew man pages from the `brew man` command. This command creates the output from the `CLI::Parser` definitions in files, sections extracted from the repository's `README.md` and `brew.1.md.erb`.