1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Fixed spacing.

This commit is contained in:
Ruslan Ermilov 2002-05-18 14:17:53 +00:00
parent 02484f2b53
commit 93685bb81e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96859

View File

@ -598,6 +598,7 @@ process_mdoc_line(char *line)
return;
if (line[0] != '.' || !isupper(line[1]) || !islower(line[2])) {
add_nroff(skip_spaces(line));
sbuf_append(whatis_proto, " ", 1);
return;
}
xref = strncmp(line, ".Xr", 3) == 0;