diff options
| author | pooka <pooka@NetBSD.org> | 2007-04-05 21:30:16 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-04-05 21:30:16 +0000 |
| commit | 278c2075051660fd0f8944063c509e9a00427067 (patch) | |
| tree | 149c77c8c176b5388338640aa8941b5e9e0d9e50 /sbin/mount_procfs | |
| parent | 613ec69fb169011fc6286d636ad4cafd370d430b (diff) | |
/proc/devices, not /proc/device
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 6e9a62ce9ae..0753d1ff6f8 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_procfs.8,v 1.31 2007/02/24 15:45:43 pooka Exp $ +.\" $NetBSD: mount_procfs.8,v 1.32 2007/04/05 21:30:16 pooka Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -280,7 +280,7 @@ mount option is used, the following files are also available: .Bl -tag -width /proc/meminfo -compact .It Pa /proc/#/stat .It Pa /proc/cpuinfo -.It Pa /proc/device +.It Pa /proc/devices .It Pa /proc/meminfo .It Pa /proc/mounts .It Pa /proc/uptime |
