Age | Commit message (Collapse) | Author |
|
related code fix coming tomorrow
kristaps@ agrees this is the behaviour we want
|
|
|
|
tests. this has caught a few bugs for me in the past; ok dtucker@
|
|
|
|
|
|
|
|
to the value it had before entering .It;
fixed by kristaps@ in release 1.9.15.
|
|
the space after the dash appears to be missing. Needs fixing.
Test triggered in a discussion with kristaps@.
|
|
still broken in mandoc 1.9.14, fix being sent to kristaps@.
Path names (.Pa) are usually underlined, except below .Bl -inset, -hang,
-ohang, -tag or -column in the FILES section (yuck).
Note that .Bl -bullet is subtly broken in an urelated way:
That will need fixing as well before this test can fully succeed.
|
|
mandoc 1.9.14 still fails this one, patch being sent to kristaps@.
The groff .Bl -column spacing we are trying to follow is weird:
with less than 5 columns, groff puts 4 blanks between columns;
with exactly 5 columns, groff puts 3 blanks between columns;
with more than 5 columns, and also with more than 78 characters per line,
groff usually falls over and bites the dust - though the exact failures
look rather different in various cases, and a few cases even work...
No use trying to test anything for more than 5 columns, though.
|
|
|
|
Still broken in 1.9.14, fix being sent to kristaps@.
|
|
fails with 1.9.13, succeeds with 1.9.14
|
|
corresponding one evaluted to true. espie@ ok.
|
|
|
|
fixed in 1.9.9 and some older, rather subtle issues in list displays.
Directory layout and naming scheme was chosen such that later inclusion
of tests for -man and -Thtml will not force us to rename everything,
even though the layout might still seem a bit sparse right now.
More tests will slowly be added while investigating and fixing issues.
|
|
|
|
|
|
|
|
|
|
Silva for Google Summer of Code
|
|
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
add "-P port" to match scp(1). Fortunately, the -P option is only really
used by our regression scripts.
part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
of Code work; ok deraadt markus
|
|
change that went into 5.2 but I forgot to commit it at the time...
|
|
problem found by Philip Guenther.
|
|
from wiz
|
|
by options in ~/.ssh/config. From Dan Peterson.
|
|
|
|
Always cool to see email addresses @netbsd/@openbsd in the same program ;)
|
|
- display only section headers in warning messages if -w (asked by jmc@)
- better fix option: have process_line return the processed line, and use
that info.
- return proper line for comments (noticed by Thomas Klausner)
- let more code run always, only display warnings when wanted
- sorting of see also should be case-insensitive (noticed by jmc@)
|
|
cloder@'s email bounces
|
|
use OPENBSD/NETBSD constant to choose the behavior, and have the same
program in both OSes.
Also some minor cleanups, like no longer needing to check for comments
that have been stripped already.
work with wiz@netbsd.org and jmc@
|
|
|
|
discussed with jmc@ and Thomas Klausner (wiz@netbsd.org)
|
|
in sshd -T output
|
|
|
|
from wiz@netbsd
|
|
a regress test by me
|
|
|
|
adding grouping parentheses, compiling whatever's compilable with /o,
restricting words with word boundaries. /b
okay grunk@, jmc@ (with help from jmc@)
#10000 !
Oddly fitting, as my first commit was concerned with manpages as well...
|
|
okay grunk@, jmc@
|
|
Also remove some warnings for OpenBSD, since /pub/OpenBSD
will occur very often in tool samples.
okay grunk@, jmc@
|
|
and clarify the comment above.
ok espie@
|
|
and it greatly improves code flow there. Also, print usage to STDERR instead
of STDOUT. Use an EOF-heredoc instead of a clumsily escaped \t\n-string.
ok espie@
|
|
replace one '&&' by 'and' to not get bitten by operator precedence later on
no functional change otherwise
jmc@ tells me to just go ahead for standard stuff like this.
|
|
that a valid date is entered. instead, just make sure there is an
mdocdate tag there. saves us bumping the year too. ok millert
- adjust man page accordingly
- remove -e from default options list in usage()
- add a HISTORY section
|
|
|
|
in the man page;
|
|
not hooked up to the build, since there are no tests;
from wiz@netbsd
|
|
|
|
Not hooked up to regress yet since sed gets in a tight cpu loop.
|