FreeBSD Bugzilla – Attachment 5705 Details for
Bug 13456
makewhatis(1) is confuisng with ``-'' symbol in ".Nd" field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 701 bytes, created by
Alexey M. Zelkin
on 1999-08-29 18:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexey M. Zelkin
Created:
1999-08-29 18:30:01 UTC
Size:
701 bytes
patch
obsolete
>Index: makewhatis.perl >=================================================================== >RCS file: /usr/local/CVSROOT/src/gnu/usr.bin/man/makewhatis/makewhatis.perl,v >retrieving revision 1.18 >diff -c -r1.18 makewhatis.perl >*** makewhatis.perl 1998/08/05 03:44:14 1.18 >--- makewhatis.perl 1999/08/29 18:02:51 >*************** >*** 368,374 **** > $list .= $_; > $list .= ' '; > } else { >! $list .= '- ' if (!$flag && !/-/); > $flag++; > s/^\.[A-Z][a-z][ \t]*//; > s/[ \t]+$//; >--- 368,374 ---- > $list .= $_; > $list .= ' '; > } else { >! $list .= '- ' if (!$flag && !/^- /); > $flag++; > s/^\.[A-Z][a-z][ \t]*//; > s/[ \t]+$//;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13456
: 5705