| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Discussed with: ru
|
| |
|
| |
|
|
|
|
| |
any fake value.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
errors, not necessarily a pointer such that (intptr_t)pointer is -1.
Also fix the style bug that the cast was not followed by a space.
This style of this file is now perfectly non-KNF for this cast too.
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
| |
to manpath.config so use.perl won't needs to add it.
|
|
|
|
|
| |
PR: conf/56626
Submitted by: Oliver Eikemeier
|
| |
|
| |
|
| |
|
|
|
|
| |
and remove the WANT_OPENSSL_MANPAGES knob.
|
| |
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
|
|
|
|
| |
Submitted by: terry
|
|
|
|
| |
Submitted by: Ken Stailey <kstailey@speakeasy.net>
|
|
|
|
| |
in /usr/share/tmac/troffrc pending the issue resolution on -arch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
|
| |
|
|
|
|
| |
Submitted by: rwatson
|
|
|
|
|
| |
PR: 37662
MFC after: 5 days
|
| |
|
|
|
|
|
|
| |
the ``grep -Ei'' searching.
MFC after: 3 days
|
| |
|
|
|
|
| |
Sponsored by: Apple
|
| |
|
| |
|
|
|
|
|
| |
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
|
| |
|
|
|
|
|
|
|
| |
match the requested section. Previously, the section would be trimmed and
every entry matching the page name would be displayed.
Sponsored by: Apple
|
|
|
|
| |
Sponsored by: Apple
|
| |
|
|
|
|
|
|
|
|
|
| |
manpages in machine-specific subdirectories (like man4/i386/) to
"../". This change didn't propagate here resulting in a loss of
whatis(1) database entries. Fix this.
Reviewed by: tobez
MFC after: 1 week
|
|
|
|
|
|
| |
DIAGNOSTICS should be used instead.
Reviewed by: wosch
|
|
|
|
|
| |
PR: gnu/31685
Submitted by: Andrey Simonenko <simon@simon.org.ua>
|
|
|
|
|
|
| |
The code will be fixed for all known security vulnerabilities,
and a make.conf(5) knob (ENABLE_SUID_MAN) will be provided for
those who still want it installed setuid for whatever reasons.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The catpaging and setuidness features of man(1) combined make
it vulnerable to a number of security attacks. Specifically,
it was possible to overwrite system catpages with arbitrarily
contents by either setting up a symlink to a directory holding
system catpages, or by writing custom -mdoc or -man groff(1)
macro packages and setting up GROFF_TMAC_PATH in environment
to point to them. (See PR below for details).
This means man(1) can no longer create system catpages on a
regular user's behalf. (It is still able to if the user has
write permissions to the directory holding catpages, e.g.,
user's own manpages, or if the running user is ``root''.)
To create and install catpages during ``make world'', please
set MANBUILDCAT=YES in /etc/make.conf. To rebuild catpages
on a weekly basis, please set weekly_catman_enable="YES" in
/etc/periodic.conf.
PR: bin/32791
|
|
|
|
|
|
|
|
| |
back (as of man.c,v 1.45), change the meaning of the -m option
from poorly documented and badly coded "alternate system" to a
much more useful "different architecture for the same system".
PR: docs/31261
|
|
|
|
|
| |
PR: docs/30940
MFC after: 3 days
|
| |
|
|
|
|
|
| |
Avoid using setre[ug]id() calls.
Removed the setgid stuff we don't need.
|
|
|
|
|
|
|
| |
This makes the following difference:
-groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7) - reference for groff's mdoc implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
empty line by troff(1) and is ignored. Teach makewhatis(1)
about this. This makes the following difference:
-groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages
+groff_man(7) - groff `man' macros to support generation of man pages
-groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation
-troff(1), . . troff(1) - format documents
+troff(1) - format documents
Noticed by: yar
|
|
|
|
|
|
|
|
|
|
| |
% whatis finger.conf
finger.conf(5) - finger 1 alias configuration file
% whatis finger.conf
finger.conf(5) - finger(1) alias configuration file
Reviewed by: MAINTAINER timeout
|