diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
commit | 66cd8f698eee895c4da383fadb4b96550cc19ccd (patch) | |
tree | efb92661e8583b2bb0d620c324f4873ee0c94ab9 /usr.sbin/ntp | |
parent | 0b32553f8976489cd5ee11687f70c18b25edafec (diff) | |
download | FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.zip FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/doc/ntp.conf.5 | 14 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntpq.8 | 14 |
2 files changed, 11 insertions, 17 deletions
diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index 3bb4e16..610775a 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -1290,16 +1290,13 @@ Except where noted, these options apply to all clock drivers. .Ss Reference Clock Options .Bl -tag -width indent -.It Xo Ic server No 127.127. Ns Xo -.Ar t Ns No . Ns Xo -.Ar u +.It Xo Ic server No 127.127. Ns +.Ar t . Ns Ar u .Op prefer .Op mode Ar int .Op minpoll Ar int .Op maxpoll Ar int .Xc -.Xc -.Xc This command can be used to configure reference clocks in special ways. The options are interpreted as follows: @@ -1331,9 +1328,8 @@ minpoll defaults to 10 (17.1 m) and maxpoll defaults to 14 (4.5 h). The allowable range is 4 (16 s) to 17 (36.4 h) inclusive. .El -.It Xo Ic fudge No 127.127. Ns Xo -.Ar t Ns No . Ns Xo -.Ar u +.It Xo Ic fudge No 127.127. Ns +.Ar t . Ns Ar u .Op time1 Ar sec .Op time2 Ar sec .Op stratum Ar int @@ -1344,8 +1340,6 @@ The allowable range is 4 (16 s) to 17 (36.4 h) inclusive. .Op flag3 Ar 0 Ns | Ns Ar 1 .Op flag4 Ar 0 Ns | Ns Ar 1 .Xc -.Xc -.Xc This command can be used to configure reference clocks in special ways. It must immediately follow the diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index d9b168d..d2f8998 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -139,9 +139,9 @@ than this manual page. .It Ic clearvars The data carried by NTP mode 6 messages consists of a list of items of the form -.Xo Aq variable_name Ns -.Pf = Aq value -.Xc +.Sm off +.Ao variable_name Ac = Aq value +.Sm on where the .Qq = Ns Aq value is ignored, and can be omitted, in requests @@ -376,16 +376,16 @@ cached by the most recent .Ic associations command. .It Xo Ic mreadvar -.Ar assocID assocID [ +.Ar assocID assocID Oo .Aq variable_name Ns .Op = Ns Aq value Ns -.Op ,...] +.Op ,... Oc .Xc .It Xo Ic mrv -.Ar assocID assocID [ +.Ar assocID assocID Oo .Aq variable_name Ns .Op = Ns Aq value Ns -.Op ,...] +.Op ,... Oc .Xc Like the .Ic readvar |