mdoc(7) police: remove hard sentence breaks.

This commit is contained in:
Dima Dorfman 2001-08-01 16:07:50 +00:00
parent 80b9c37313
commit d81b7e782a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80904

View file

@ -45,8 +45,8 @@ loads a kld file into the kernel using the kernel linker.
.Sh RETURN VALUES
The function
.Fn kldload
returns the fileid of the kld file which was loaded into the kernel. If
an error occurs,
returns the fileid of the kld file which was loaded into the kernel.
If an error occurs,
.Fn kldload
will return -1 and set
.Va errno
@ -55,8 +55,8 @@ to indicate the error.
The named file is loaded unless:
.Bl -tag -width Er
.It Bq Er EPERM
You do not have access to read the file or link it with the kernel. You should
be the root user to be able to use the
You do not have access to read the file or link it with the kernel.
You should be the root user to be able to use the
.Nm kld
functions.
.It Bq Er EFAULT