summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-29 14:59:13 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-29 14:59:13 +0000
commitcc0b4050ea2d5d8f09a201cb70193930ad1d7b5d (patch)
tree11969e776ae30e491afac1c9b3e9b2b46057d081 /share
parent1235a0977684a47abd583a870ecfeeb3aa742603 (diff)
kernfs/procfs lines in sample fstab
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fstab.55
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index c03825a128f..89f3058b7e5 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fstab.5,v 1.14 2000/10/26 00:37:04 aaron Exp $
+.\" $OpenBSD: fstab.5,v 1.15 2000/12/29 14:59:12 angelos Exp $
.\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -269,6 +269,9 @@ file:
/dev/sd1b none swap sw 0 0
/dev/cd0a /cdrom cd9660 ro,noauto 0 0
+
+/kern /kern kernfs ro 0 0
+/proc /proc procfs rw 0 0
.Ed
.Pp
.Sh FILES