-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ure.4: description consistencies + tag spdx #1384
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
07d90ee
kvprintf(): Fix '+' conversion handling
sebhub e152944
usb: increase USB_PORT_RESET_RECOVERY
VexedUXR 71978fa
du: Add version information to libxo output
bramton a0d6f89
lastlogin: Add version information to libxo output
bramton 31ac880
iscsictl: Add version information to libxo output
bramton 5321a35
w: Add version information to libxo output
bramton 6e6da53
wc: Add version information to libxo output
bramton 5c4f64b
netstat: Add version information to libxo output
bramton 1f882a5
adduser.8: update log location + spdx
concussious 5d889e6
amd64: move the right parenthesis to the right place
wy-chung 7b984d5
wsp: Allow the trackpad to be used after a partially unreleased click.
MegaManSec 62cf43d
wsp: Improve multi-finger touchpad usage and allow more configurations
MegaManSec 8aef1cd
wsp: Use already-calculated distance of fingers for comparison.
MegaManSec 66145c3
ntptime: Use time_t for tv_sec related variables
sebhub 3272054
ip6addrctl.8: Reference RFC 6724 instead
jlduran 6bfbfc8
ip6addrctl: Update the sample configuration file
jlduran 9cb98ab
getaddrinfo.{1,3}: Cross-reference ip6addrctl(8)
jlduran 7b9c9f8
cross-build: fix fake_sysctl/tzsetup
valpackett 7e3b6b2
diskless.8: show in `apropos pxe` + tag SPDX
concussious 0d8effb
growfs.8: align and alphabetize options
concussious a5770eb
geom.8: minor cleanup (markup, spdx, gsched)
concussious fe830c3
UPDATING: increase visibility of footnotes
concussious 4c72525
ure.4: description consistencies + tag spdx
concussious 5e6bef4
Fix "version introduced" in two manual pages
tomhukins 3f0efe0
libefivar: Fix AcpiEx print logic
jlduran 2b7f289
dummynet: fix pie
fichtner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.\"- | ||
.\" SPDX-License-Identifier: BSD-2-Clause | ||
.\" | ||
.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <[email protected]> | ||
.\" All rights reserved. | ||
.\" | ||
|
@@ -27,7 +30,7 @@ | |
.Os | ||
.Sh NAME | ||
.Nm geom | ||
.Nd "universal control utility for GEOM classes" | ||
.Nd universal control utility for GEOM classes | ||
.Sh SYNOPSIS | ||
.Nm | ||
.Ar class | ||
|
@@ -66,15 +69,15 @@ which can be used for existing | |
.Nm | ||
unaware classes. | ||
Here is the list of standard commands: | ||
.Bl -tag -width ".Cm status" | ||
.Bl -tag -width indent | ||
.It Cm help | ||
List all available commands for the given class. | ||
.It Cm list | ||
Print detailed information (within the given class) about all geoms | ||
(if no additional arguments were specified) or the given geoms. | ||
This command is only available if the given class exists in the kernel. | ||
Additional options include: | ||
.Bl -tag -width ".Fl a" | ||
.Bl -tag -width "-a" | ||
.It Fl a | ||
Print information for geoms without providers. | ||
.El | ||
|
@@ -84,9 +87,11 @@ Print general information (within the given class) about all geoms | |
This command is only available if the given class exists in the kernel. | ||
.Pp | ||
Additional options include: | ||
.Bl -tag -width ".Fl s" | ||
.Bl -tag -width "-s" | ||
.It Fl a | ||
When used with -g, print status for geoms without providers. | ||
When used with | ||
.Fl g , | ||
print status for geoms without providers. | ||
.It Fl g | ||
Report statuses for geoms instead of providers. | ||
.It Fl s | ||
|
@@ -107,7 +112,7 @@ kernel module. | |
.El | ||
.Pp | ||
Additional options include: | ||
.Bl -tag -width ".Cm status" | ||
.Bl -tag -width indent | ||
.It Fl p Ar provider-name | ||
Print detailed information about the geom which provides | ||
.Ar provider-name . | ||
|
@@ -170,7 +175,7 @@ VIRSTOR | |
.Sh ENVIRONMENT | ||
The following environment variables affect the execution of | ||
.Nm : | ||
.Bl -tag -width ".Ev GEOM_LIBRARY_PATH" | ||
.Bl -tag -width "GEOM_LIBRARY_PATH" | ||
.It Ev GEOM_LIBRARY_PATH | ||
Specifies the path where shared libraries are stored instead of | ||
.Pa /lib/geom/ . | ||
|
@@ -213,7 +218,6 @@ geom md unload | |
.Xr gnop 8 , | ||
.Xr gpart 8 , | ||
.Xr graid3 8 , | ||
.Xr gsched 8 , | ||
.Xr gshsec 8 , | ||
.Xr gstripe 8 , | ||
.Xr gunion 8 , | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,7 +208,7 @@ Please email [email protected] with the specifics of the issue encountere | |
The | ||
.Nm | ||
device driver first appeared in | ||
.Fx 14.0 . | ||
.Fx 13.3 . | ||
.Sh AUTHORS | ||
The | ||
.Nm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.\"- | ||
.\" SPDX-License-Identifier: BSD-2-Clause | ||
.\" | ||
.\" Copyright (c) 2015-2016 Kevin Lo <[email protected]> | ||
.\" All rights reserved. | ||
|
@@ -23,12 +25,12 @@ | |
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
.\" SUCH DAMAGE. | ||
.\" | ||
.Dd May 3, 2024 | ||
.Dd September 3, 2024 | ||
.Dt URE 4 | ||
.Os | ||
.Sh NAME | ||
.Nm ure | ||
.Nd "RealTek RTL8152/RTL8153/RTL8153B/RTL8156/RTL8156B USB to Ethernet controller driver" | ||
.Nd RealTek RTL8152/RTL8153/RTL8156 USB Ethernet driver | ||
.Sh SYNOPSIS | ||
To compile this driver into the kernel, | ||
place the following lines in your | ||
|
@@ -52,15 +54,20 @@ if_ure_load="YES" | |
The | ||
.Nm | ||
driver provides support for USB Ethernet adapters based on the RealTek | ||
RealTek RTL8152 and RTL8153 USB Ethernet controllers. | ||
RTL8152, RTL8153/RTL8153B, and RTL8156/RTL8156B USB Ethernet controllers, | ||
as well as USB Ethernet PHYs provided by | ||
.Xr rgephy 4 . | ||
.Pp | ||
NICs based on the RTL8152 are capable of 10 and 100Mbps speeds. | ||
NICs based on the RTL8153 are capable of 10, 100 and 1000Mbps operation. | ||
NICs based on the RTL8152 are capable of 10 and 100Mbps. | ||
NICs based on the RTL8153 or provided by | ||
.Xr rgephy 4 | ||
are capable of 10, 100, and 1000Mbps. | ||
NICs based on the RTL8156 are capable of 10, 100, 1000, and 2500Mbps operation. | ||
.Pp | ||
The | ||
.Nm | ||
driver supports the following media types: | ||
.Bl -tag -width ".Cm 10baseT/UTP" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed macro from width argument because they don't parse properly. In this case, it seems to do nothing in mandoc, but in some cases macros in the width even render as negative characters. |
||
.Bl -tag -width "10baseT/UTP" | ||
.It Cm autoselect | ||
Enable auto selection of the media type and options. | ||
The user can manually override | ||
|
@@ -86,7 +93,7 @@ or | |
.Cm half-duplex | ||
modes. | ||
.It Cm 1000baseTX | ||
Set 1000baseTX operation over twisted pair. | ||
Set 1000baseTX (Gigabit Ethernet) operation over twisted pair. | ||
The RealTek gigE chips support 1000Mbps in | ||
.Cm full-duplex | ||
mode only. | ||
|
@@ -99,12 +106,12 @@ mode only. | |
.Pp | ||
The | ||
.Nm | ||
driver supports the following media options: | ||
.Bl -tag -width ".Cm full-duplex" | ||
driver supports the following media options for 10/100 operation: | ||
.Bl -tag -width "full-duplex" | ||
.It Cm full-duplex | ||
Force full duplex operation. | ||
Force full-duplex operation. | ||
.It Cm half-duplex | ||
Force half duplex operation. | ||
Force half-duplex operation. | ||
.El | ||
.Pp | ||
For more information on configuring this device, see | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed use of quoted literals because it does nothing, therefore confuses people.
Removed extra words to use the concise language consistent with udav(4), mos(4), kue(4), cue(4), and axe(4), seemingly everything which matches
apropos -s4
forUSB
andEthernet
.