$OpenBSD: patch-hotplug-diskmount_1,v 1.1 2011/06/27 11:36:36 dcoppa Exp $
--- hotplug-diskmount.1.orig	Wed Sep  8 17:35:13 2010
+++ hotplug-diskmount.1	Mon Jun 27 13:22:01 2011
@@ -41,7 +41,7 @@ By default all mount points are created in
 .Ar /vol
 directory which should be created before by
 .Ar init
-command. Default direcotory can be changed by
+command. Default directory can be changed by
 .Fl d
 option.
 .Pp
@@ -103,7 +103,7 @@ never does force unmount.
 .Sh EXAMPLES
 Create directory set which will be used for storing mount points:
 .Bd -literal -offset indent
-/usr/local/libexec/hotplug-diskmount init
+${TRUEPREFIX}/libexec/hotplug-diskmount init
 .Ed
 .Pp
 Sample
@@ -117,7 +117,7 @@ DEVNAME=$2
 
 case $DEVCLASS in
 2)
-	/usr/local/libexec/hotplug-diskmount attach "$DEVNAME"
+	${TRUEPREFIX}/libexec/hotplug-diskmount attach "$DEVNAME"
 	;;
 esac
 .Ed
