index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
man
/
man.c
Age
Commit message (
Expand
)
Author
2001-02-19
convert to use getprogname()
cgd
2000-06-12
Allow "-s" to specify a section name, ala the SysV man command.
simonb
2000-06-07
check_pager() was using an uninitialized variable; fix it.
thorpej
2000-05-27
allow to specify relative paths for sections in man.conf - they are used
jdolecek
2000-01-09
Use uname(3) to determine MACHINE type.
tsutsui
1999-11-02
revert previous
lukem
1999-11-02
remove superfluous '-' in getopt string
lukem
1999-07-22
Try $TMPDIR first, then fall back to _PATH_TMP.
kleink
1999-07-22
A caught signal is blocked in the handler and
itohy
1999-06-19
Remove temp file on SIGPIPE (such as "man sh | head").
itohy
1999-06-13
Fall back to more(1) if PAGER is set but null.
kleink
1998-11-06
char -> unsigned char
christos
1998-10-08
We can't define MACHINE from a makefile in Rhapsody, because you might be cross
wsanchez
1998-08-25
Add { and } to shut up egcs. Reformat the more questionable code.
ross
1998-07-06
Since GLOB_NOCHECK is not set, explicitly check for a return value of
kleink
1998-06-19
GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being
kleink
1997-11-23
When man was "fixed" to chdir() to the man root as historical man does,
tv
1997-10-17
cleanup for WARNS=1
mikel
1997-09-10
resize a pathname buffer to MAXPATHLEN; from Matthias Scheler in PR 4101
mikel
1995-09-28
Sync with 4.4BSD-Lite2
tls
1995-04-20
Pay attention to the section number, even if MANPATH or -M is specified.
mycroft
1995-01-16
Sync with 4.4-Lite, plus local changes.
mycroft
1994-06-03
Fix from Christos Zoulas which makes relative paths in .so lines work when
jtc
1994-04-17
fix from bostic for multiple match problem
cgd
1994-03-18
fix from Keith White <kwhite@csi.UOttawa.CA>, to DTRT when man -w's output
cgd
1993-12-21
add man(1) ; part of new man(1) package from Bostic
cgd