Skip to content
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

adjkerntz.8: polish #1326

Merged
merged 7 commits into from
Jul 29, 2024
Merged

adjkerntz.8: polish #1326

merged 7 commits into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. adjkerntz.8: minor cleanup (markup, spdx, reflow)

    + real-time and rtc added to search keywords
    - local dropped from search keywords
    + ntpd added to see also
    + use machine independent language
    
    Reported by: emaste (MI language)
    MFC after: 3 days
    Reviewed by: imp
    Pull Request: freebsd#1326
    concussious authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ad57cea View commit details
    Browse the repository at this point in the history
  2. netstat.1: Clarify -d argument

    The man page states that the -d flag can be used to show the dropped
    packets. But, the number of dropped input packets are always shown,
    independent of the -d flag. This commit clarifies that the -d flag will
    add the number of dropped output packets to the output.
    
    MFC after: 3 days
    Reviewed by: imp, Alexander Ziaee
    Pull Request: freebsd#1332
    bramton authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1d55184 View commit details
    Browse the repository at this point in the history
  3. test(1): quote closing bracket in error message

    If test is called as [ and one forgets to close the bracket, the error
    message is currently
    [: missing ]
    
    To make it obvious that this is not something printed in brackets,
    quote the closing bracket in the message, which is what everybody else
    is doing:
    [: missing ']'
    
    Reviewed by: imp
    Pull Request: freebsd#1346
    daniel-tameling authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f659bb View commit details
    Browse the repository at this point in the history
  4. bytgpio: expose PNP info

    Reviewed by: imp
    Pull Request: freebsd#1349
    VexedUXR authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    969484b View commit details
    Browse the repository at this point in the history
  5. mtree: Fix the sort order in BSD.include.dist

    Reviewed by: imp, emaste
    Pull Request: freebsd#1351
    jlduran authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    68bcf53 View commit details
    Browse the repository at this point in the history
  6. mtree: Fix the sort order in BSD.tests.dist

    Reviewed by: imp, emaste
    Pull Request: freebsd#1351
    jlduran authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1c8a45b View commit details
    Browse the repository at this point in the history
  7. pw: Clarify groupadd/groupmod memberlist formats

    Clarify in which formats the memberlist for groupadd/groupmod can be
    accepted for '-M', '-m', or '-d' flag.
    
    Related commit:	40ab104.
    
    Reviewed by: imp
    Pull Request: freebsd#1352
    jlduran authored and bsdimp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d573295 View commit details
    Browse the repository at this point in the history