5d01117aac
* release 1.1.28 * faxrec.c: replace "0"'s by "STDIN" (readability) * doc/mgetty.texi-in: some updates * doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention changes (as below) * fax/faxrunq(d).in: pass (last) sendfax return code as 2nd argument to success/failure program * policy.h, utmp.c: incorporate some NetBSD changes * various: change time() prototype to "time_t time(time_t *tloc)" * mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin * doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff * fax/faxrunq, fax/faxrunqd: don't run queue if a file $FAX_SPOOL_OUT/stop exists. * login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed only N-1), plus warning message improved. <Juergen.Kosel@gmx.de> * release 1.1.27 * doc/mgetty.texi-in: work on isdn4linux notes * cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren) * cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l) * various: adaptions to OpenBSD (similar to NetBSD) * mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG) * frontends/www/: integrate new version from Neko
24 lines
665 B
Text
24 lines
665 B
Text
$NetBSD: patch-ae,v 1.2 2002/03/09 17:17:06 fredb Exp $
|
|
|
|
--- doc/mgetty.texi-in.orig Sun Jan 6 11:40:55 2002
|
|
+++ doc/mgetty.texi-in
|
|
@@ -7,6 +7,10 @@
|
|
@finalout
|
|
|
|
@ifinfo
|
|
+@dircategory Miscellaneous
|
|
+@direntry
|
|
+ * mgetty: (mgetty). Handle external logins, send and receive faxes.
|
|
+@end direntry
|
|
This is the online documentation for the mgetty + sendfax
|
|
package.
|
|
|
|
@@ -3718,7 +3722,7 @@
|
|
@code{man ttys} (there is no @file{/etc/inittab}).
|
|
|
|
Open issues:
|
|
-@itemize
|
|
+@itemize @bullet
|
|
@c @item how to access external serial ports?
|
|
@item is it better to use @file{/dev/cu.*} or @file{/dev/tty.*}?
|
|
@item how is tty locking done? Couldn't find UUCP lock files
|