From dd924385873bee31a7b6805baa468efc3379062b Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Wed, 15 Jun 2022 06:20:57 -0500 Subject: grn(1): Fix content and style nits. * Explain what grn doesn't "know about" more formally. * Recast for clarity. * Remind reader that groff(1) handles preprocessor ordering. --- src/preproc/grn/grn.1.man | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'src/preproc/grn') diff --git a/src/preproc/grn/grn.1.man b/src/preproc/grn/grn.1.man index 6208be16c..a1ab41c49 100644 --- a/src/preproc/grn/grn.1.man +++ b/src/preproc/grn/grn.1.man @@ -408,11 +408,13 @@ line. Since .I @g@grn is a preprocessor, -it doesn't know about current indentation, -point sizes, -margins, -registers, -and so on. +it has no access to elements of formatter state, +such as +indentation, +line length, +type size, +or +register values. . Consequently, no @@ -425,7 +427,7 @@ macros. . However, .I gremlin -text is now processed by +text elements are subsequently processed by .IR @g@troff , so anything valid in a single line of .I @g@troff @@ -464,6 +466,9 @@ to avoid overworking .MR @g@eqn @MAN1EXT@ should always be run last. . +.MR groff @MAN1EXT@ +will automatically run preprocessors in the correct order. +. . .PP A picture is considered an entity, -- cgit v1.2.1