Replace "nullfs" by "null". Fixes PR misc/8481 by Feico Dillema.
This commit is contained in:
parent
10800b97f9
commit
4c33d8ac2b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fstab.5,v 1.16 1999/03/17 20:19:45 garbled Exp $
|
||||
.\" $NetBSD: fstab.5,v 1.17 1999/09/23 16:03:12 tron Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -124,7 +124,7 @@ an
|
|||
.It Em nfs
|
||||
a Sun Microsystems compatible
|
||||
.Dq Network File System
|
||||
.It Em nullfs
|
||||
.It Em null
|
||||
a loop-back filesystem, allowing parts of the system to be viewed
|
||||
elsewhere.
|
||||
.It Em portal
|
||||
|
|
Loading…
Reference in New Issue