patch-ircomm_ircomm_1 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. $OpenBSD: patch-ircomm_ircomm_1,v 1.1.1.1 2003/08/21 12:58:01 grange Exp $
  2. $RuOBSD: patch-ircomm_ircomm_1,v 1.1 2002/05/17 17:42:27 pvk Exp $
  3. --- ircomm/ircomm.1.orig Sun Jan 13 03:45:27 2002
  4. +++ ircomm/ircomm.1 Fri May 17 21:26:20 2002
  5. @@ -64,6 +64,22 @@ Redirect stdin/stdout to pty.
  6. .It Fl Y
  7. Fork and run as daemon.
  8. .El
  9. +.Sh EXAMPLES
  10. +Make a data connection using cellular phone built-in modem:
  11. +.Bd -literal
  12. +ircomm -Y -d /dev/tty01 -y /dev/ptyqf
  13. +.Ed
  14. +.Pp
  15. +After IrDA connection is established, you can make a call using terminal program or
  16. +.Xr ppp 8
  17. +to make data calls.
  18. +.Pp
  19. +You should setup your communication program to use the slave end of selected pty, in our case /dev/ttyqf.
  20. +.Pp
  21. +Also, make sure that you have appropriate files in your /dev directory. If you don't have it, you should create it using
  22. +.Xr MAKEDEV 8
  23. +script.
  24. +.fi
  25. .Sh SEE ALSO
  26. .Xr irobex 1 ,
  27. .Xr irs 1 ,
  28. @@ -71,6 +87,8 @@ Fork and run as daemon.
  29. .Xr mkobexmemo 1 ,
  30. .Xr mkobexpdb 1 ,
  31. .Xr mkobextel 1 ,
  32. -.Xr mkobextodo 1
  33. +.Xr mkobextodo 1 ,
  34. +.Xr MAKEDEV 8 ,
  35. +.Xr ppp 8
  36. .Sh AUTHOR
  37. .An Tommy Bohlin Aq tommy@gatespace.com