diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-03 14:05:08 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-03 14:05:08 +0000 |
commit | 88dd9b4faa11f5f0aa21cbd43fb72503a67b4229 (patch) | |
tree | 69062af71195d869d2c940c1869ddf1621cbabfb /share/man/man9/kernacc.9 | |
parent | 1b7dce690e9fb2a298fb1e3bedc8186e71b877a3 (diff) | |
download | FreeBSD-src-88dd9b4faa11f5f0aa21cbd43fb72503a67b4229.zip FreeBSD-src-88dd9b4faa11f5f0aa21cbd43fb72503a67b4229.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'share/man/man9/kernacc.9')
-rw-r--r-- | share/man/man9/kernacc.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/kernacc.9 b/share/man/man9/kernacc.9 index 06d412b..ab83a94 100644 --- a/share/man/man9/kernacc.9 +++ b/share/man/man9/kernacc.9 @@ -74,7 +74,8 @@ checks addresses in the kernel address space, while .Fn useracc considers .Fa addr -to represent an user space address. The process context to use for this +to represent an user space address. +The process context to use for this operation is taken from the global variable .Va curproc . .Pp @@ -82,7 +83,8 @@ operation is taken from the global variable Both functions return boolean true if the type of access specified by .Fa rw -is permitted. Otherwise boolean false is returned. +is permitted. +Otherwise boolean false is returned. .Pp .Sh BUGS The process pointer should be passed in as an argument to |