-
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
adjkerntz.8: polish #1326
adjkerntz.8: polish #1326
Conversation
The change is good. We can also replace the x86-specifc CMOS with the MI term real-time clock |
Are there other platforms where rtc is not in utc? |
I hope I didn't take it too far. These are just attempts at improvements and I am happy to go back on any of these.
Particularly, I don't understand: were the kernel variables supposed to be marked as Pa? |
+ terse docuemnt description + CMOS => real-time (architecture independent language) + kernel variables marked Pa => Va (am I understanding correctly?) + example commands marked Em => Ql (mdoc style) + the adjkerntz utility => adjkerntz (doc project style) + reflow some weird lines + if someone is here by mistake they might want ntpd, add to see also + align lists + tag spdx. MFC after: 3 days Reported by: emaste Pull Request: freebsd#1326
Does it make sense to have the registry setting that sets RTC to UTC in Windows? |
+ 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
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
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
Reviewed by: imp Pull Request: freebsd#1349
Reviewed by: imp, emaste Pull Request: freebsd#1351
Reviewed by: imp, emaste Pull Request: freebsd#1351
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
That would be so cool! But: |
No description provided.