patch-tools_pdf_1 1004 B

1234567891011121314151617181920212223242526272829
  1. $OpenBSD: patch-tools_pdf_1,v 1.2 2008/04/03 12:13:48 wcmaier Exp $
  2. --- tools/pdf.1.orig Wed Jan 25 12:51:51 2006
  3. +++ tools/pdf.1 Mon Mar 31 21:02:12 2008
  4. @@ -144,7 +144,7 @@ in the cluster.
  5. .It Ev RCMD_CMD
  6. Command to use to connect to remote machines. The command chosen must
  7. be able to connect with no password to the remote host. Defaults to
  8. -.Ic rsh
  9. +.Ic ssh .
  10. .\" .Sh FILES
  11. .Sh EXAMPLES
  12. To find all the filesystems which are more than 90% full across your cluster,
  13. @@ -157,7 +157,7 @@ Exit status is 0 on success, 1 if an error occurs.
  14. .Sh SEE ALSO
  15. .Xr dsh 1 ,
  16. .Xr df 1 ,
  17. -.Xr rsh 1 ,
  18. +.Xr ssh 1 ,
  19. .Xr kerberos 3 ,
  20. .Xr hosts.equiv 5 ,
  21. .Xr rhosts 5
  22. @@ -183,4 +183,4 @@ addition, numbers longer than 9 digits will be truncat
  23. will only work on nodes that produce the
  24. .Xr df 1
  25. output that it expects. It has been made to work on HP-UX, Solaris, and
  26. -AIX, along with any BSD, and most versions of Linux.
  27. \ No newline at end of file
  28. +AIX, along with any BSD, and most versions of Linux.