mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Prefer Em to Ar for emphasis
Em is better than Ar if all we want to do is underline the text. Submitted by: yuripv@
This commit is contained in:
parent
598f2b8116
commit
b7169662e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367963
@ -416,7 +416,7 @@ node is destroyed.
|
||||
.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
|
||||
.It Li ETHERNET Ta Ar inet Ta IFATTACH Ta
|
||||
Notification when the default VNET instance of the
|
||||
.Ar inet
|
||||
.Em inet
|
||||
interface is attached.
|
||||
.El
|
||||
.Pp
|
||||
@ -454,18 +454,18 @@ provider size has changed.
|
||||
.Bl -column "System" "Subsystem" "1234567" -compact
|
||||
.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
|
||||
.It Li IFNET
|
||||
.It Li IFNET Ta Ar inet Ta Ta
|
||||
.It Li IFNET Ta Em inet Ta Ta
|
||||
The
|
||||
.Dq subsystem
|
||||
is the actual name of the network interface on which the event
|
||||
took place.
|
||||
.It Li IFNET Ta Ar inet Ta Li LINK_UP Ta
|
||||
.It Li IFNET Ta Em inet Ta Li LINK_UP Ta
|
||||
Carrier status changed to UP.
|
||||
.It Li IFNET Ta Ar inet Ta Li LINK_DOWN Ta
|
||||
.It Li IFNET Ta Em inet Ta Li LINK_DOWN Ta
|
||||
Carrier status changed to DOWN.
|
||||
.It Li IFNET Ta Ar inet Ta Li ATTACH Ta
|
||||
.It Li IFNET Ta Em inet Ta Li ATTACH Ta
|
||||
The network interface is attached to the system.
|
||||
.It Li IFNET Ta Ar inet Ta Li DETACH Ta
|
||||
.It Li IFNET Ta Em inet Ta Li DETACH Ta
|
||||
The network interface is detached from the system.
|
||||
.El
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user