diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-26 09:11:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-26 09:11:19 +0000 |
commit | 0eead835b8aaaffc1ac0dd0e51da590424336d48 (patch) | |
tree | 433d03856363ef4a515c9868a4ac1c6520895cc4 /share/man/man7/hier.7 | |
parent | 3d900675b99647bf5000f0930a1a24073adbd7f4 (diff) |
- underlying file system of /tmp is not relevant here, so do not
talk about it; from krw and beck
- /tmp is never preserved, so say it; from pval
Diffstat (limited to 'share/man/man7/hier.7')
-rw-r--r-- | share/man/man7/hier.7 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 8ed0f2b8c77..ec6db84b37d 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.54 2005/02/25 10:22:31 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.55 2005/02/26 09:11:18 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -169,14 +169,13 @@ system libraries to run. .It /stand/ Programs used in a stand-alone environment. .It /tmp/ -Temporary files, usually an -.Xr mfs 8 -memory-based filesystem (the contents +Temporary files; +the contents of .Pa /tmp -are usually +are .Em not -preserved across a system reboot). +preserved across a system reboot. .It /usr/ Contains the majority of user utilities and applications. .Pp |