diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-10-03 13:14:20 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-10-03 13:14:20 +0000 |
| commit | be0a655e777557f813a8206cc80fed8e0bf4b98b (patch) | |
| tree | 9e1e5a43226fbaee5876661855b2e9f9dd80aeff | |
| parent | f2403525f70838e4144f2c607b0edf45bfc6f2c2 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/io.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/mem.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/random.4 | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/io.4 b/share/man/man4/man4.i386/io.4 index a3cb91211d4e..15c0c4d4170c 100644 --- a/share/man/man4/man4.i386/io.4 +++ b/share/man/man4/man4.i386/io.4 @@ -27,12 +27,14 @@ .\" .\" $FreeBSD$ .\" -.Dd January 1, 1996 +.Dd October 3, 2004 .Dt IO 4 i386 .Os .Sh NAME .Nm io .Nd I/O privilege file +.Sh SYNOPSIS +.Cd "device io" .Sh DESCRIPTION The special file .Pa /dev/io diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4 index dc3514dc00a7..fbf4741722c4 100644 --- a/share/man/man4/mem.4 +++ b/share/man/man4/mem.4 @@ -32,13 +32,15 @@ .\" @(#)mem.4 5.3 (Berkeley) 5/2/91 .\" $FreeBSD$ .\" -.Dd May 2, 1991 +.Dd October 3, 2004 .Dt MEM 4 .Os .Sh NAME .Nm mem , .Nm kmem .Nd memory files +.Sh SYNOPSIS +.Cd "device mem" .Sh DESCRIPTION The special file .Pa /dev/mem diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 7b54c732b68a..07506cce449e 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -23,12 +23,14 @@ .\" .\" $FreeBSD$ .\" -.Dd February 10, 2001 +.Dd October 3, 2004 .Dt RANDOM 4 .Os .Sh NAME .Nm random .Nd the entropy device +.Sh SYNOPSIS +.Cd "device random" .Sh DESCRIPTION The .Nm |
