This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit 99bb71a62d083f924eca431fd7577041517f31ef Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 16 18:13:20 2024 -0400 Javadoc --- src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java b/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java index 712c738c..ec2aa421 100644 --- a/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java +++ b/src/main/java/org/apache/commons/net/examples/ntp/NTPClient.java @@ -37,7 +37,7 @@ import org.apache.commons.net.ntp.TimeStamp; * (NTP) service port on a specified server, retrieves the time, and prints it to standard output along with the fields from the NTP message header (e.g. * stratum level, reference id, poll interval, root delay, mode, ...) See <A HREF="ftp://ftp.rfc-editor.org/in-notes/rfc868.txt"> the spec </A> for details. * <p> - * Usage: NTPClient <hostname-or-address-list> + * Usage: NTPClient {@code <hostname-or-address-list>} * </p> * <p> * Example: NTPClient clock.psu.edu