git: 8993d785a261 - main - expand.1: Fix markup for the '-t' option
Date: Fri, 19 Apr 2024 15:40:13 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=8993d785a261ee92528b44dae5a629ce389de412 commit 8993d785a261ee92528b44dae5a629ce389de412 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-19 15:39:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-19 15:39:37 +0000 expand.1: Fix markup for the '-t' option When viewing the manpage the '-t' option is shown as follows -t -Sm tab1, tab2, ..., tabn Sm with the markup '\&Sm' included within '.It Fl t', which doesn't makes any sense. So just remove it. PR: 274897 MFC after: 3 days --- usr.bin/expand/expand.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 06a2ad2e6132..e63d9d7c1e03 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -78,7 +78,7 @@ If the .Fl a option is given, then tabs are inserted whenever they would compress the resultant file by replacing two or more characters. -.It Fl t \&Sm Ar tab1 , tab2 , ... , tabn \&Sm +.It Fl t Ar tab1 , tab2 , ... , tabn Set tab stops at column positions .Ar tab1 , tab2 , ... , tabn . If only a single number is given, tab stops are set that number of