Skip to content

Commit 229381d

Browse files
gpercivamhorne
authored andcommitted
manuals: Misc syntax fixes
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 <[email protected]> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: freebsd/freebsd-src#1459
1 parent 6e1fc01 commit 229381d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

share/man/man4/hidraw.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ specified by
198198
.Va buf .
199199
.It Dv HIDIOCGRAWPHYS(len) Pq Vt "char[] buf"
200200
Get the newbus path to the device.
201-
.\For Bluetooth devices, it returns the hardware (MAC) address of the device.
201+
.\"For Bluetooth devices, it returns the hardware (MAC) address of the device.
202202
Copies a maximum of
203203
.Va len
204204
bytes of the newbus device path

share/man/man4/pfsync.4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ E.g.:
147147
# ifconfig pfsync0 version 1301
148148
.Ed
149149
.Pp
150-
.Bd
151150
Currently the following versions are supported:
152151
.Bl -tag -width indent
153152
.It Cm 1301
@@ -156,7 +155,6 @@ Compatibility with FreeBSD 13.1 has been verified.
156155
.It Cm 1400
157156
FreeBSD release 14.0.
158157
.El
159-
.Ed
160158
.Pp
161159
.Nm
162160
has the following

share/man/man9/cdefs.9

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Due to testing constraints, tcc and pcc may not always work.
4747
.Pp
4848
Please note: Not every single minor versions of these compilers
4949
will work or are supported.
50+
.El
5051
.Sh Macros and Magic for Programming Environment
5152
.Nm
5253
defines (or refrains from defining) a number of macros to increase portability

stand/lua/menu.lua.8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ stock_options[#stock_options + 1] = {
281281
end,
282282
alias= {"l", "L"}
283283
}
284+
.Ed
284285
.Sh SEE ALSO
285286
.Xr loader.conf 5 ,
286287
.Xr core.lua 8 ,

usr.sbin/bhyve/bhyve_config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ All PCI device nodes must contain a configuration variable named
275275
.Dq device
276276
which specifies the device model to use.
277277
The following PCI device models are supported:
278-
.Bl -tag -indent
278+
.Bl -tag -width indent
279279
.It Li hostbridge
280280
Provide a simple PCI-Host bridge device.
281281
This is usually configured at pci0:0:0 and is required by most guest
@@ -330,7 +330,7 @@ All USB device nodes must contain a configuration variable named
330330
.Dq device
331331
which specifies the device model to use.
332332
The following USB device models are supported:
333-
.Bl -tag -indent
333+
.Bl -tag -width indent
334334
.It Li tablet
335335
A USB tablet device which provides precise cursor synchronization
336336
when using VNC.

0 commit comments

Comments
 (0)