| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Teach makewhatis.c to treat .SS with the same severity as .SH.
At least one port (net-mgmt/net-snmp) creates man-pages which are
in the format:
.SH NAME
The Net-SNMP agent \- The snmp agent responds to SNMP queries from manag
ement stations.
.PP
.SS "Modules"
At this moment, makewhatis determines the end of the .SH NAME section
as where it finds .SH again, but there is none here, is it "terminated"
by the .SS.
PR: bin/116706
Submitted by: edwin@
Notes:
svn path=/stable/6/; revision=172947
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131472
|
| |
|
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
Notes:
svn path=/head/; revision=107053
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
Notes:
svn path=/head/; revision=102944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99970
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99533
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the new content size fits into the sbuf, instead of assuming
that allocating twice the old size is enough.
- Use memmove(3) rather than strcpy(3) to copy overlapping
strings.
PR: bin/39930
Notes:
svn path=/head/; revision=99532
|
| |
|
|
|
|
|
|
|
| |
The makewhatis utility is now ok with WARNS=3.
Reviewed by: bde
Notes:
svn path=/head/; revision=97976
|
| |
|
|
|
|
|
|
| |
Submitted by: fenner, ru
Reviewed by: ru, fenner
Notes:
svn path=/head/; revision=97102
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97002
|
| |
|
|
|
|
|
|
| |
Give Wolfram a credit for writing the original version in Perl
like in killall(1).
Notes:
svn path=/head/; revision=96863
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96859
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96858
|
| |
|
|
|
|
|
|
|
|
| |
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).
Submitted by: John Rochester <john@jrochester.org>
Notes:
svn path=/head/; revision=96845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70013
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68938
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
| |
PR: docs/12734
Submitted by: Alexey M. Zelkin <phantom@scorpion.crimea.ua>
Notes:
svn path=/head/; revision=49297
|
| |
|
|
|
|
|
| |
the revision date is displayed correctly.
Notes:
svn path=/head/; revision=26827
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
Notes:
svn path=/head/; revision=20241
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17849
|
| |
|
|
|
|
|
|
|
|
|
| |
of clobbering the entire database.
sort options in alphabetic order.
install manpage makewhatis.local.8
Notes:
svn path=/head/; revision=15857
|
|
|
Submitted by: invalid opcode <coredump@nervosa.com>
makewhatis.local - start makewhatis(1) only for file systems
physically mounted on the system
Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill
your NFS server -- all clients start makewhatis at the same time!
So use this wrapper instead calling makewhatis directly.
Pointed out by: Bruce
Notes:
svn path=/head/; revision=15755
|