keramida
0467614a12
MFC spelling fixes of several manpages.
...
Approved by: re (kensmith)
The merged revisions/files are:
Revision Path
1.10 src/lib/libarchive/archive_entry.3
1.21 src/lib/libarchive/archive_read.3
1.8 src/lib/libautofs/libautofs.3
1.10 src/lib/libc/net/inet6_rth_space.3
1.8 src/lib/libc/posix1e/acl_get_entry.3
1.15 src/lib/libc/posix1e/mac.3
1.7 src/lib/libc/posix1e/mac_prepare.3
1.37 src/lib/libc/stdtime/strftime.3
1.16 src/lib/libc/sys/kse.2
1.8 src/lib/libc/sys/uuidgen.2
1.4 src/share/man/man4/man4.i386/acpi_ibm.4
1.6 src/share/man/man4/man4.i386/acpi_panasonic.4
1.40 src/share/man/man4/man4.i386/ep.4
1.6 src/share/man/man4/man4.i386/pbio.4
1.5 src/share/man/man4/man4.i386/snc.4
1.2 src/share/man/man4/man4.sparc64/openprom.4
1.4 src/share/man/man4/man4.sparc64/snd_audiocs.4
1.11 src/share/man/man4/witness.4
1.3 src/share/man/man5/devfs.conf.5
1.51 src/share/man/man9/ifnet.9
1.7 src/share/man/man9/printf.9
1.12 src/usr.bin/file2c/file2c.1
1.27 src/usr.bin/indent/indent.1
1.17 src/usr.bin/lockf/lockf.1
1.90 src/usr.bin/make/make.1
1.45 src/usr.bin/systat/systat.1
1.19 src/usr.bin/truss/truss.1
1.33 src/usr.bin/xinstall/install.1
1.11 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
1.4 src/usr.sbin/bluetooth/sdpd/sdpd.8
1.9 src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
1.36 src/usr.sbin/i4b/isdnd/isdnd.rc.5
1.53 src/usr.sbin/mtree/mtree.8
1.8 src/usr.sbin/ndiscvt/ndiscvt.8
1.13 src/usr.sbin/ntp/doc/ntpdc.8
1.26 src/usr.sbin/pppd/pppd.8
1.40 src/usr.sbin/syslogd/syslog.conf.5
1.5 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
2005-08-18 15:01:27 +00:00
ru
0f1929cc0e
Fixed xrefs.
2005-01-21 10:35:40 +00:00
ru
c05985f13f
Sort sections.
2005-01-18 20:02:45 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
cfe021dc2b
Replaced COPTS by equivalent CFLAGS.
2004-08-13 14:21:49 +00:00
ru
6294018a20
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
cperciva
8e5ee9b0a9
Disable constant merging in isdnd and isdnmonitor. This is a "make my
...
life easier" patch: I doubt this will affect anyone else, but the FreeBSD
Update build code was getting very confused by this.
Approved by: rwatson (mentor)
PR: bin/61087
2004-01-21 16:49:05 +00:00
ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
hm
89d973129e
Fix bug in find_matching_entry_incoming(): the loop checking the allowed
...
incoming remote telephone numbers and subaddresses ignored the configured
list completely since it was always terminated by a break at the end of
the first run (which was a leftover from the implementation of subaddresses).
Submitted by: Christian Ullrich <chris@chrullrich.de>
2003-07-31 09:13:22 +00:00
imp
1679883a3c
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
imp
a97c480b64
remove unnecessary '?' from getopt string
2003-06-07 18:46:30 +00:00
imp
5a3c8adbb8
MAXPATHLEN includes trailing NUL
2003-06-07 18:45:45 +00:00
imp
67d1c8d061
Use safer strlcpy and snprintf interfaces
2003-06-07 18:44:04 +00:00
imp
da3e415da1
Get getopt interface from unistd.h
2003-06-07 18:43:09 +00:00
imp
013edfd246
Get getopt interface from unistd.h
2003-06-07 18:35:45 +00:00
bde
281a16727c
Oops. Back out a style "fix" in the previous commit. SRCS must be defined
...
although there is only one file in it because the file is misnamed main.c
so the default of isdntest.c doesn't work.
2003-04-13 14:21:56 +00:00
bde
07ee1f9a02
Silence `make -s' (echo -> ${ECHO}).
...
Fixed some style bugs.
2003-04-13 14:16:06 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
ru
4084a2d94b
mdoc(7) police: fixed the document date (the current date was used, as
...
documented in mdoc(7)).
Approved by: re
2002-12-11 15:37:55 +00:00
ru
176aac3b87
mdoc(7) police:
...
Removed whitespace at EOL.
Removed hard sentence breaks.
Removed empty lines.
Spell FreeBSD correctly.
Sort xrefs.
Approved by: re
2002-11-27 15:24:11 +00:00
hm
f9fe2bb8db
After dialling using -n, add the ability to wait for the first response
...
from the dialler, usually indicating success or failure. Add -v to add
verbose responses in addition to return values indication success or
failure. Update man page.
2002-08-27 14:46:22 +00:00
hm
bab2f90e8c
add support properly displaying and logging incoming telephone numbers (MSNs)
...
by looking at the "type of number" field and providing configurable hooks
to correct the numbers accordingly. See keywords add-prefix, prefix-national
and prefix-international in isdnd.rc(5).
This feature was implemented by Christian Ullrich <chris@chrullrich.de>
2002-08-12 07:53:55 +00:00
hm
7465309faa
add experimental support for Data over Voice (DoV) outgoing calls.
...
based on patches received from Guy Ellis (guy@traverse.com.au ),
Chris Collins (xfire@xware.cx ) and Phillip Musumeci (phillip@cs.jcu.edu.au ).
2002-08-11 15:47:26 +00:00
hm
41bbd45191
Update, correct and bring in sync with reality all the i4b kernel
...
part manual pages - long overdue ...
2002-07-28 18:21:48 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
dd
bd642e8645
demon -> daemon
...
Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
2002-05-11 23:20:53 +00:00
charnier
fdbc3fd42a
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
hm
25f947ea14
Add support for Q.931 subaddresses.
...
Submitted by: Steven Looman <fsteevie@wish.net>
2002-03-26 15:13:54 +00:00
hm
be9ab92241
after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,
...
remove now obsolete files.
2002-03-09 13:37:24 +00:00
ru
91fc8e5aa6
mdoc(7) police: shorten AUTHORS section.
2002-01-10 18:30:07 +00:00
joerg
25ebb0c5b8
Remove unused includes, remove the duplicated definitions of AUTHNAMELEN
...
and AUTHKEYLEN and include <net/if_sppp.h> instead.
2001-12-31 09:32:32 +00:00
joerg
9160dbc8d8
Remove ispppcontrol.
2001-12-31 09:31:51 +00:00
hm
737d7ac81c
sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>
2001-12-27 09:18:52 +00:00
hm
04e8094fce
Fix potential fclose nullpointer core dumps
...
MFC after: 1 month
2001-12-27 08:41:10 +00:00
gj
6bd421dbc0
Add a manpage for the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:38:53 +00:00
gj
59f5bd16a0
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:38:24 +00:00
phantom
898745463b
Install i4bing.4. It lives for more than year in the tree, but
...
never was installed.
MFC After: 3 days
2001-12-10 16:55:14 +00:00
ru
86628c4e04
mdoc(7) police: fix markup and spelling.
2001-11-20 16:02:42 +00:00
hm
ce75de225a
Close files only if the fp is != NULL.
...
PR: bin/31913
Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
Reviewed by: hm
MFC after: 1 week
2001-11-19 14:19:21 +00:00
hm
980b42ded4
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
...
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
2001-10-21 09:20:52 +00:00
hm
49e3567ef7
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
hm
14ecf90087
keypad facility information element: add keypad facility information decoding.
...
MFC after: 1 month
2001-10-18 08:03:23 +00:00
sobomax
142817d167
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
...
MFC after: 2 weeks
2001-10-16 09:21:09 +00:00
ru
d896280a89
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
ru
e8e5635e4a
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
ru
f858dca3dc
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
sheldonh
7950d85ec2
can not -> cannot
2001-08-08 18:32:06 +00:00
ru
18f4d1f9e0
mdoc(7) police: removed hard sentence breaks.
2001-08-07 13:56:00 +00:00