HomeFreeBSD

manuals: Fix typos in -offset for .Bd and .Bl

Description

manuals: Fix typos in -offset for .Bd and .Bl

The intended value is:

-offset indent

If there's any typo such that the value doesn't match the pre-defined
strings, then the offset is the same width as the value. So by chance,
"-offset -ident" ended up being a standard-width indent (since the
default indent is 6 chars, and "-ident" also has 6 chars), whereas
"-offset -indent" had a longer indent, and "-offset ident" had a shorter
one.

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
MFC after: 3 days
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1436

(cherry picked from commit c013ca2cf772194de340aeb452a6ccfe7e1cecd8)

Details

Provenance
gperciva_tarsnap.comAuthored on Sep 24 2024, 6:34 PM
mhorneCommitted on Mon, Nov 4, 3:56 PM
Parents
rG34b80cbdafc8: service(8): direct user to rc(8) for a list of valid commands
Branches
Unknown
Tags
Unknown