Commit Graph

2619 Commits

Author SHA1 Message Date
tv
13b09649c2 When man was "fixed" to chdir() to the man root as historical man does,
it broke the -M option on relative paths (the chdir works as it should,
but the relative man page path is still used whole in nroff).  This
repairs the situation by chopping the full pathname in half--one part
for the chdir, one part for the filename.
1997-11-23 23:24:14 +00:00
mrg
04abeda6db fix compile warnings on the alpha. 1997-11-23 04:03:04 +00:00
augustss
a26c93f4ed Increase maximum line length. (Prompted by trying to use the FreeBSD
ghostscript package.)
1997-11-22 22:27:12 +00:00
lukem
6b9d2f6aae * fix a long-term annoyance with tip: if raisechar or force are set to
"", (usually in .tiprc with lines like `raisechar='), don't activate
  feature if NUL (\0) is the received character
* on a related note, don't barf if the following variables are defined
  to "": disconnect, log, parity, record
1997-11-22 08:29:58 +00:00
lukem
e37283e126 WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage 1997-11-22 07:28:39 +00:00
tv
d18b50bbf4 Added test to allow fallback to local password database if YP passwd map
is not found.  Fixes both PRs 4142 and 4557 (4558).  Still fails properly
if user is in YP and not in local database.  Man page fixed to reflect
current logic behind falling back, changed since YP was made default some
time ago.
1997-11-21 20:28:33 +00:00
mrg
1c3610b684 include string.h for the alpha. 1997-11-21 08:49:12 +00:00
lukem
ea345868fa * WARNSify, KNFify
* deprecate register
* replace berkeley string funcs with ansi equivs
* use getopt rather than home grown cruft
* use foo(char *, ...) rather than foo(char *, long, long, long, [long, ...])
1997-11-21 08:35:41 +00:00
msaitoh
bc200ff3f1 sort xrefs 1997-11-15 20:55:51 +00:00
msaitoh
6783bd9fb9 Add ".Sh DIAGNOSTICS" 1997-11-15 20:16:16 +00:00
msaitoh
400f289b1d fix typo 1997-11-15 19:38:48 +00:00
phil
fe8c89a497 Do screen refresh correctly. 1997-11-14 18:27:17 +00:00
phil
24a09a1420 Make ^L redisplay the screen. 1997-11-14 16:31:45 +00:00
mrg
81a056bc2e handle strings longer than 256 bytes. should do this with fgetln()...but
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).
1997-11-12 00:04:49 +00:00
mrg
9f84449ae5 add missing .Nm sections. 1997-11-11 14:39:59 +00:00
scottr
b2fa1adcaf Fix tyop in last commit. 1997-11-11 00:13:10 +00:00
fair
225f748158 build fdformat on sparc per PR#4459 1997-11-10 09:06:48 +00:00
lukem
a6ebb2c7b0 sort SEE ALSO by section 1997-11-09 23:03:06 +00:00
lukem
09bb14e8a7 minor cleanup 1997-11-09 23:01:47 +00:00
phil
1ec08fd982 Add code for handling NULL return from initscr(). Added "ERROR ACTION"
for user code for above error.
1997-11-09 20:59:11 +00:00
lukem
828d282354 cosmetic change 1997-11-08 09:37:44 +00:00
lukem
54bdc1acab remove WARNS?=1, cleanup .Nm usage 1997-11-08 09:34:23 +00:00
lukem
8640f5d0af getopt returns -1 not EOF, use memmove instead of bcopy 1997-11-08 09:33:15 +00:00
lukem
b18fa5eb84 remove WARNS?=1 1997-11-08 09:31:04 +00:00
mrg
6bb686b3be print TNF copyright, like the kernel does. 1997-11-07 20:32:05 +00:00
mikel
77053262a2 add missing newline to usage string; from Manuel Bouyer in PR 4442 1997-11-07 09:01:29 +00:00
mikel
27ccca6ffd fix numerous typos 1997-11-07 07:57:21 +00:00
cjs
8b57d60845 I do wish people would start including <string.h> when they use memcpy. 1997-11-06 15:47:23 +00:00
lukem
ad5a9cf050 document non-zero exit status if -m fails 1997-11-05 13:36:31 +00:00
lukem
3eff4309d8 ypwhich(1) totally rewritten by Chuck Cranor <chuck@ccrc.wustl.edu>.
fixes various nits in the behaviour of the '-m' option, amongst
other things. update the docco to suit.
1997-11-04 11:36:26 +00:00
cgd
f9356d1960 implement (hack in) symbol (function and variable) renaming, so that
the function renaming tricks currently needed by libc can be tolerated
by lint.  This needs some cleanup, but it appears to work.
1997-11-03 22:36:31 +00:00
cgd
206f92eed6 in chkdnud(), don't warn if the defined-but-not-used object is a function.
chkdnud() is used (only) to implement the -x option, which is supposed to
warn for variables only.
1997-11-03 22:33:53 +00:00
kleink
645accbc1f Fix typo in SYNOPSIS section. 1997-11-03 18:24:45 +00:00
lukem
699c57c48b correctly detect good vs bad hash mark values. (found by <enami@netbsd.org>) 1997-11-02 00:18:46 +00:00
lukem
d067f3bbd2 * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems
where a remote completion or `mget' would confuse the client a `restart'
  had been issued beforehand. now, `restart' is remembered until an operation
  that can actually use it is invoked.
* in sendrequest(), don't reset restart_point upon entry. fixes `restart'
  for `put' operations.
* if `restart' is invoked with no arguments, print current setting instead
  of displaying a usage
* consistently use printf("%qd", (long long)restart_point) when displaying
  restart_point
* use strto[lq]() instead of atol() when parsing `mark' and `restart' values
* remove unnecessary strlen()s when result of previous snprintf() will do
* replace a few malloc()/strcpy()s with strdup()s
* use SECSPERHOUR instead of '3600'
1997-11-01 14:36:49 +00:00
lukem
3e8e744696 getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
lukem
8ddff36f55 don't print trailing blank on lines that have no val 1997-11-01 06:40:35 +00:00
mycroft
f47ecc8f5e Nuke trailing comma in SEE ALSO section. 1997-11-01 06:32:13 +00:00
mycroft
7baf315b3c Nuke trailing comma in SEE ALSO section.
Also fix some other formatting glitches.
1997-11-01 06:25:29 +00:00
mycroft
82b4b8d328 Nuke trailing comma in SEE ALSO section. 1997-11-01 06:21:01 +00:00
mycroft
a2fa91a9c4 Reformat in mandoc. 1997-11-01 04:58:39 +00:00
mycroft
d58f35482e Kill trailing comma in SEE ALSO section. 1997-11-01 03:28:22 +00:00
mycroft
ff7fbfe809 Make sure to clear the child's signal mask in all cases. 1997-10-31 22:48:12 +00:00
mycroft
bd73dc49c1 Oops; previous change was incomplete. 1997-10-31 22:21:37 +00:00
mycroft
4dc2ef91eb Slight simplification of some signal handling goo. 1997-10-31 22:18:05 +00:00
christos
a2e8434f60 revert previous. It was dumb. 1997-10-31 22:15:52 +00:00
christos
c8963b13e9 Forgot to commit this somehow [part of the signal mask botch fix] 1997-10-31 21:23:46 +00:00
mycroft
af96feb61b Format police. 1997-10-31 07:46:08 +00:00
christos
a3882f2e6f PR/4392:John F. Woods: yacc -o file.cpp curdles result 1997-10-30 16:41:49 +00:00
mikel
5238c16301 kill redundant copy of src/etc/man.conf 1997-10-29 05:06:41 +00:00