diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-27 17:50:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-27 17:50:32 +0000 |
commit | 16e607faa7ff736e56942669cf626c06496642f2 (patch) | |
tree | 3684889ecb4f180d6adb918c9382d22324e4e5b8 /share | |
parent | cced7463f19c439c6f48d9738da3c459bc2ff725 (diff) |
Fix the MAKEDEV(8) Xr, thanks to couderc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/hier.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 3a0917c2ee1..3a267798d91 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.32 2001/12/03 01:10:22 miod Exp $ +.\" $OpenBSD: hier.7,v 1.33 2002/07/27 17:50:31 miod Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -62,7 +62,7 @@ Block and character device files. .Bl -tag -width MAKEDEV -compact .It Li MAKEDEV Script for creating device files (see -.Xr makedev 8 ) . +.Xr MAKEDEV 8 ) . .It Li fd/ File descriptor files (see .Xr fd 4 ) . |