The description of the smart_wrap variable reads: "Controls the
display of lines longer then the screen width in the internal
pager." The word _then_ should be _than_ if I'm not mistaken.
{ "smart_wrap", DT_BOOL, R_PAGER, OPTWRAP, 1 },
/*
** .pp
- ** Controls the display of lines longer then the screen width in the
+ ** Controls the display of lines longer than the screen width in the
** internal pager. If set, long lines are wrapped at a word boundary. If
** unset, lines are simply wrapped at the screen edge. Also see the
** ``$$markers'' variable.