From 280ccca9acffdb875bcdf340d09e64f68f9e1885 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 18 Sep 2009 20:47:23 +0200 Subject: [PATCH] getdevpath.3: Fix reference and sort. --- lib/libc/gen/getdevpath.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/getdevpath.3 b/lib/libc/gen/getdevpath.3 index 11d2468205..ed5d077849 100644 --- a/lib/libc/gen/getdevpath.3 +++ b/lib/libc/gen/getdevpath.3 @@ -116,9 +116,9 @@ path may be returned even if it does not exist in the filesystem. Callers should not assume that the device is accessible unless they can also open the device. .Sh SEE ALSO -.Xr fstab 5 , +.Xr devfs 5 , .Xr devtab 5 , -.Xr devfs 8 +.Xr fstab 5 .Sh HISTORY The .Nm -- 2.11.4.GIT