| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=220910
|
| |
|
|
|
|
|
|
|
|
| |
PATH then they can expect things to break.
PR: 135417
MFC after: 3 weeks
Notes:
svn path=/head/; revision=194158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165509
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152548
|
| |
|
|
|
|
|
|
|
|
| |
PR: docs/84485
Submitted by: garys
Approved by: keramida
MFC after: 3 days
Notes:
svn path=/head/; revision=149683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148108
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131472
|
| |
|
|
|
|
|
| |
Submitted by: Ken Stailey <kstailey@speakeasy.net>
Notes:
svn path=/head/; revision=105615
|
| |
|
|
|
|
|
|
|
| |
the ``grep -Ei'' searching.
MFC after: 3 days
Notes:
svn path=/head/; revision=101475
|
| |
|
|
|
|
|
|
|
| |
DIAGNOSTICS should be used instead.
Reviewed by: wosch
Notes:
svn path=/head/; revision=92182
|
| |
|
|
|
|
|
|
| |
PR: gnu/31685
Submitted by: Andrey Simonenko <simon@simon.org.ua>
Notes:
svn path=/head/; revision=91952
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75019
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"locailzed"; it should read "localized".
* The "test" operator can be a bit dangerous (e.g., if
a newbie writes a script named "test" and has it call
"apropos", which calls "test, ...).
* In its use as "whatis", apropos formats the first
line of the output differently than the following
lines. Specifically, it leaves out all but one of
the spaces that precede the dash in the first line.
Submitted by: Rich Morin <rdm@cfcl.com>
PR: 25126
Notes:
svn path=/head/; revision=75018
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69857
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60319
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53618
|
| |
|
|
|
|
|
| |
Submitted by: phantom
Notes:
svn path=/head/; revision=52694
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49825
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43805
|
| |
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20238
|
| |
|
|
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
Notes:
svn path=/head/; revision=20237
|
| |
|
|
|
|
|
| |
Now `apropos -xfer' works.
Notes:
svn path=/head/; revision=18520
|
| |
|
|
|
|
|
|
|
|
| |
$exit_nomatch: no keyword matched. Default value for variable
exit_nomatch is 0 because `man -k' don't like exit status != 0
Detected by: "Stephen J. Roznowski" <sjr@zombie.ncsc.mil>
Notes:
svn path=/head/; revision=18301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17849
|
| |
|
|
|
|
|
| |
Start $PAGER only if we find a manual page.
Notes:
svn path=/head/; revision=17015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14460
|
| |
|
|
|
|
|
|
|
| |
don't fail if search arguments contain spaces
allow programs from $PATH as PAGER
faster
Notes:
svn path=/head/; revision=14256
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include this in the old makefiles.
I intended to fix only the private maninstall rule but found a lot of
other bogons and bugs:
- strong resistance to installing the program anywhere other than
${DESTDIR}/usr/bin (first, ../../Makefile.inc was not included.
../Makefile/inc was redundantly included instead. Second, /usr/bin
was hard coded).
- the owner, group and permissions were hard coded.
- the man page was installed twice.
- MANDEPEND wasn't necessary.
- calculations to determine the obj directory weren't necessary.
- there were unnecessary private rules for depend, rcsfreeze and tags.
We don't support the rcsfreeze target.
- there was an extra, bogus, rule for `all'.
The final version uses suffix rules to eliminate the remaining verboseness
involving directories (${.CURDIR}) and to potentially allow multiple
shell programs in one directory.
Notes:
svn path=/head/; revision=11616
|
| |
|
|
|
|
|
| |
specified in the top level Makefiles.
Notes:
svn path=/head/; revision=9701
|
| |
|
|
|
|
|
|
|
|
| |
Don't use $@.
Uniformize the man Makefiles for shell scripts. It should't take such
large Makefiles to install one script and one man page each.
Notes:
svn path=/head/; revision=2373
|
| |
|
|
|
|
|
| |
(I wish they just used bsd.prog.mk)
Notes:
svn path=/head/; revision=1686
|
| |
|
|
|
|
|
|
| |
existing arrangement in this makefile doesn't allow for compressed
manual pages.
Notes:
svn path=/head/; revision=1685
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186
|
| |
|
|
| |
Notes:
svn path=/head/; revision=185
|
| |
|
|
| |
Notes:
svn path=/head/; revision=176
|
| |
|
|
|
|
|
| |
Makefile.
Notes:
svn path=/head/; revision=135
|
|
|
Notes:
svn path=/cvs2svn/branches/man/; revision=103
|