diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-04 22:34:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-04 22:34:30 +0000 |
commit | 658aeb373a4dfc0c5b006945dfea4d9f43be0772 (patch) | |
tree | cd198625e2d348e62ce357d09bb6579d5bccc0da /share/man/man4 | |
parent | 97a0c2dec41a3b45527f24c14150512a68da7549 (diff) |
space between macro args and punctuation;
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.amd64/mem.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.cats/mem.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.zaurus/mem.4 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.amd64/mem.4 b/share/man/man4/man4.amd64/mem.4 index d950bc8af54..824fba78052 100644 --- a/share/man/man4/man4.amd64/mem.4 +++ b/share/man/man4/man4.amd64/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2004/02/07 21:14:42 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2005/01/04 22:34:29 jmc Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -60,7 +60,7 @@ to .Li 0x00100000 . .Pp The kernel virtual memory begins at address -.Li 0xffffffff80000000. +.Li 0xffffffff80000000 . .Pp Writeability of these devices is controlled by the system .Xr securelevel 7 . diff --git a/share/man/man4/man4.cats/mem.4 b/share/man/man4/man4.cats/mem.4 index 8770d895f0b..1c983fa947a 100644 --- a/share/man/man4/man4.cats/mem.4 +++ b/share/man/man4/man4.cats/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2004/02/07 21:00:53 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2005/01/04 22:34:29 jmc Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -55,7 +55,7 @@ Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp On cats, physical memory is contiguous. The kernel virtual memory begins at address -.Li 0xf0000000. +.Li 0xf0000000 . .Pp Writeability of these devices is controlled by the system .Xr securelevel 7 . diff --git a/share/man/man4/man4.zaurus/mem.4 b/share/man/man4/man4.zaurus/mem.4 index c121b7d5246..75d0711f7fe 100644 --- a/share/man/man4/man4.zaurus/mem.4 +++ b/share/man/man4/man4.zaurus/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2005/01/04 16:39:13 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2005/01/04 22:34:29 jmc Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -55,7 +55,7 @@ Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp On zaurus, physical memory is contiguous. The kernel virtual memory begins at address -.Li 0xc0000000. +.Li 0xc0000000 . .Pp Writeability of these devices is controlled by the system .Xr securelevel 7 . |