diff options
author | 2005-02-26 09:11:18 +0000 | |
---|---|---|
committer | 2005-02-26 09:11:18 +0000 | |
commit | d44dcf7a09a69097442dd6b582a232542a392c9c (patch) | |
tree | b0c8d647eb9e499ac84a2e38c0a18e66fb0196ec /share/man/man7 | |
parent | unlink() control socket in error path. Spotted by Theo. (diff) | |
download | wireguard-openbsd-d44dcf7a09a69097442dd6b582a232542a392c9c.tar.xz wireguard-openbsd-d44dcf7a09a69097442dd6b582a232542a392c9c.zip |
- 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')
-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 |