diff options
author | 2011-07-04 22:59:42 +0000 | |
---|---|---|
committer | 2011-07-04 22:59:42 +0000 | |
commit | 1c655fb00b1485491b4305f46a78e2883f1cb786 (patch) | |
tree | 90f19494ce43d92bbc9c94848278b474d0f6dcde /share/man/man7 | |
parent | Fix debugging prints in softraid(4) so that it can compile with (diff) | |
download | wireguard-openbsd-1c655fb00b1485491b4305f46a78e2883f1cb786.tar.xz wireguard-openbsd-1c655fb00b1485491b4305f46a78e2883f1cb786.zip |
remove compat_svr4
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/hier.7 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 4457625c41d..f2eb7d508dd 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.94 2011/04/26 13:29:23 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.95 2011/07/04 22:59:43 tedu Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: April 26 2011 $ +.Dd $Mdocdate: July 4 2011 $ .Dt HIER 7 .Os .Sh NAME @@ -82,9 +82,8 @@ emulation is in effect (see .Xr sysctl 8 and the system compat pages: .Xr compat_aout 8 , -.Xr compat_linux 8 , and -.Xr compat_svr4 8 ) . +.Xr compat_linux 8 . .It /etc/ System configuration files and scripts. .Pp |