Commit Graph

511 Commits

Author SHA1 Message Date
jdolecek d9bc15eb32 there is no nsmb(8), so don't xref it here
pointed out in private mail by Kurt Schreiner
2003-04-01 11:24:47 +00:00
perry 11703c97d2 co-ordinate -> coordinate, etc. Igor Sobrado, PR misc/19813
XXX should be sent back to the amd maintainers
2003-03-31 18:02:56 +00:00
perry a8617acba3 Spelling errors, some from Igor Sobrado in PR misc/19909
XXX These need to be fed back to ISC somehow
2003-03-31 17:54:04 +00:00
perry 63b7f42d33 occurrance->occurrence
Igor Sobrado, PR misc/19909
Will feed back to Ted Lemon
2003-03-31 17:32:28 +00:00
perry d2e86b176e Some spelling changes.
Will feed back to Ted Lemon
2003-03-31 17:31:19 +00:00
perry fbf638659e Spelling errors, some from Igor Sobrado, PR misc/19909
This needs to be fed back to Ted Lemon
2003-03-31 17:27:57 +00:00
jdolecek 102ae64e46 remove BUGS section & don't Xr send-pr(1) - the code seems to be generally
working well and could be used without particular fear

use "SMB/CIFS" in the description

bump date
2003-03-31 17:22:31 +00:00
perry 22ecae5508 interpet->interpret (Igor Sobrado, PR misc/19909) + unix->Unix 2003-03-31 17:09:30 +00:00
drochner dcee882e84 Use getifaddrs(3) instead of SIOCGIFCONF. 2003-03-31 12:22:02 +00:00
wiz a29072f49a 3Com, not 3com. From jmc@openbsd. 2003-03-31 11:36:22 +00:00
perry 54ba04ec87 Spelling errors from Igor Sobrado in PR misc/20748
Note that the PR claims that icmp-timxceed is a spelling error.
It is not an error. See /usr/include/netinet/ip_compat.h for example.
XXX fixes should be fed back to tcpdump.org
2003-03-31 00:18:17 +00:00
wiz 3425830569 Uppercase ULTRIX. Igor Sobrado in PR 19678. 2003-03-30 21:20:17 +00:00
wiz 5e6d862997 Separate "command" from "line". 2003-03-30 17:09:37 +00:00
wiz 0acfa3bb9e Consistently spell occurrence with two rs. 2003-03-29 22:48:37 +00:00
darcy 3f774f2b1f Add stub for dplog to allow compiling when optimization is not turned on.
Closes PR bin/20545.
2003-03-29 10:56:52 +00:00
pooka 55df341133 Escape \$NetBSD\$ in certain places to prevent the RCS tag from
being expanded.
2003-03-28 19:44:58 +00:00
drochner faf7f09d5f Do the address calculations inside the data delivered by SIOCGIFCONF
correctly (this isn't a plain array!), and sort the checks a bit
to avoid duplicates in the interface list.
Now broadcast capable interfaces are identified and "mount_smbfs"
can be used without the "-I <addr>" argument.
2003-03-28 16:56:37 +00:00
jdolecek cd7975662e memsetw(): fix mistake where the 'word' value would get written byteswapped
on i386, resulting in ' ' being encoded incorrectly in session
setup query - just use memcpy() as rest of code, it DTRT for both LE and
BE machines in this case,  since the function is called with 'word'
in little-endian format

Many thanks to Martin Husemann for testing on i386 and sparc64 against
both w2k and Samba.
2003-03-28 13:08:00 +00:00
lukem 9b9c82ab77 regenerate for AM_MAINTAINER_MODE, this time with "autoreconf -f" ... 2003-03-27 06:13:42 +00:00
lukem 932f26073f Add AM_MAINTAINER_MODE to configure.in
Run "autoreconf" (from autoconf-2.57) to rebuild:
	aclocal.m4 config.h.in configure

This appears to be a cleaner solution than hand-hacking/merging
changes to **/Makefile.in after each import.

Recently suggested by a couple of people, and confirmed with Ben Elliston.
2003-03-27 03:47:25 +00:00
lukem 507ffb08d9 Remove any rules which ``helpfully'' rerun automake, autoheader, or
autoconf if make determines that any of the files are out of date.
Unfortunately, this can occur quite easily after a cvs update, and
will then fail on systems without any of those tools or with read-only
source, and thus generate lots of "it doesn't build" email and bug
reports.  If/when we have a better solution in tree, this is how we fix it.
2003-03-26 08:59:40 +00:00
pooka 2477d4fe9b have plenty of fun and merge diffs once again 2003-03-26 00:20:43 +00:00
pooka ec40492e1a script to mangle file distribution into shape suitable for import 2003-03-26 00:10:36 +00:00
pooka ae0bb29eb1 writable, not writeable
(let's see if this typo stays dead now)
2003-03-25 23:41:17 +00:00
pooka 62d35d72ed make function name match the one in the prototype and on man page 2003-03-25 22:40:54 +00:00
pooka 79294d5b4e re-add 2003-03-25 22:38:12 +00:00
pooka 2bbaeb8ecf bye 2003-03-25 22:34:44 +00:00
pooka c10bc02261 file 4.00 2003-03-25 22:29:42 +00:00
pooka d595ee70c1 we need a fresh start over here 2003-03-25 00:44:02 +00:00
wiz 0385ba9e85 Fix section in Xref. 2003-03-17 07:30:38 +00:00
wiz 644690013e Replace some man macros with mdoc macros, and clean up a bit. 2003-03-17 07:28:59 +00:00
wiz 447edbab8d hexadecimal, not hexidecimal. Reported to the authors. 2003-03-16 21:54:46 +00:00
wiz 83de4abed2 Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
2003-03-15 23:48:27 +00:00
wiz 76c4d78af3 eliminating, not elimininating. From Igor Sobrado in PR 20723. 2003-03-15 22:38:46 +00:00
wiz 65daab973d retransmit, not restransmit. From Igor Sobrado in PR 20723. 2003-03-15 22:34:25 +00:00
wiz c9ac698957 IPv4, not IPV4. 2003-03-15 19:26:42 +00:00
wiz 46ebb6111a Correct spelling of "overridden". Found in follow-up to PR 20718. 2003-03-15 19:24:02 +00:00
christos c804fc2f30 be specific about what we are matching against. 2003-03-10 00:03:21 +00:00
christos 537fd1d1b4 fix merge botch 2003-03-10 00:02:40 +00:00
christos 049833df37 our ufs name is ffs 2003-03-10 00:01:52 +00:00
christos 1a6788bb65 resolve conflicts. 2003-03-09 01:38:38 +00:00
christos e1af53e09a Import am-utils 6.1b2 2003-03-09 01:12:05 +00:00
wiz 65eac0ca35 Sort help here (just like in the man page). 2003-03-03 07:36:05 +00:00
wiz b7fe070de4 Bump date for "t", and sort. 2003-03-03 07:35:45 +00:00
wiz bf95548fc6 Sort sections. 2003-03-03 07:32:29 +00:00
thorpej 3640957b38 If the NetBSD version note looks reasonable, parse it and display the
info.
2003-02-28 18:24:58 +00:00
wiz 990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
jdolecek 02229c5641 print also the description of error if mount(2) fails 2003-02-24 09:13:08 +00:00
pooka 5046c98de1 adapt for glorious dist/file strategy 2003-02-23 23:46:55 +00:00
pooka 8e43248793 play "minor nit" games 2003-02-23 23:43:52 +00:00