mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
manuals: Fix "missing end of block" errors
These were reported by `mandoc -T lint ...` as errors.
The rendered output (in ascii and html) is not affected by this commit.
Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne
MFC after: 3 days
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1448
(cherry picked from commit d21e322d56)
This commit is contained in:
parent
6136631124
commit
c0bd4ec70b
7 changed files with 7 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ via
|
|||
.Fn makecontext ;
|
||||
portable applications should not rely on the implementation detail that
|
||||
it may be possible to pass pointer arguments to functions.
|
||||
.Ef
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn makecontext
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ to the corresponding value:
|
|||
.Bl -tag -width Er
|
||||
.It Bq Er EINVAL
|
||||
Either first or second argument does not point to a valid ACL.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr acl 3 ,
|
||||
.Xr posix1e 3
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ to the corresponding value:
|
|||
.Bl -tag -width Er
|
||||
.It Bq Er EACCES
|
||||
Search permission is denied for a component of the path prefix.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr extattr_get_file 2 ,
|
||||
.Xr posix1e 3
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ The
|
|||
.Fa size
|
||||
argument is greater than zero but smaller than the length of the pathname plus 1.
|
||||
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr rel2abs 3
|
||||
.Sh AUTHORS
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ argument is zero.
|
|||
The
|
||||
.Fa size
|
||||
argument is greater than zero but smaller than the length of the pathname plus 1
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr abs2rel 3
|
||||
.Sh AUTHORS
|
||||
|
|
|
|||
|
|
@ -398,6 +398,7 @@ back to the default, so that the
|
|||
.Pa /etc/rc
|
||||
script is executed with the standard shell
|
||||
.Pa /bin/sh .
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/log/init.log -compact
|
||||
.It Pa /dev/console
|
||||
|
|
|
|||
|
|
@ -253,6 +253,7 @@ and include the following lines:
|
|||
.Bd -literal -offset indent
|
||||
splash="/boot/images/freebsd-logo-rev.png"
|
||||
boot_mute="YES"
|
||||
.Ed
|
||||
.\".Sh DIAGNOSTICS
|
||||
.Sh SEE ALSO
|
||||
.Xr vidcontrol 1 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue