Date: Sat, 11 Feb 2017 23:43:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313670 - head/usr.bin/expand Message-ID: <201702112343.v1BNhCf3036162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Feb 11 23:43:12 2017 New Revision: 313670 URL: https://svnweb.freebsd.org/changeset/base/313670 Log: Escape Sm to avoid confusion with Sm macro Reported by: make manlint MFC after: 2 days Modified: head/usr.bin/expand/expand.1 Modified: head/usr.bin/expand/expand.1 ============================================================================== --- head/usr.bin/expand/expand.1 Sat Feb 11 23:42:33 2017 (r313669) +++ head/usr.bin/expand/expand.1 Sat Feb 11 23:43:12 2017 (r313670) @@ -81,7 +81,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 \&Sm Ar tab1 , tab2 , ... , tabn \&Sm Set tab stops at column positions .Ar tab1 , tab2 , ... , tabn . If only a single number is given, tab stops are set that number of
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112343.v1BNhCf3036162>