/freebsd/usr.bin/elfctl/ |
H A D | elfctl.1 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/share/man/man4/ |
H A D | efidev.4 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
H A D | vmd.4 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/share/man/man5/ |
H A D | motd.5 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/usr.sbin/binmiscctl/ |
H A D | binmiscctl.8 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/usr.sbin/service/ |
H A D | service.8 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.8 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/share/man/man7/ |
H A D | arch.7 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|
/freebsd/bin/sh/ |
H A D | sh.1 | diff c013ca2cf772194de340aeb452a6ccfe7e1cecd8 Tue Sep 24 20:34:26 CEST 2024 Graham Percival <gperciva@tarsnap.com> 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
|