Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mskibbe
ntp-dev
ntp-dev-manpages.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ntp-dev-manpages.patch of Package ntp-dev
--- man/ntpd.1 +++ man/ntpd.1 @@ -15,7 +15,7 @@ \fIstatsdir\fR ] [ -t \fIkey\fR ] [ -v \fIvariable\fR ] [ -V -\fIvariable\fR ] [ -T +\fIvariable\fR ] [ -i \fIchroot_dir\fR ] [ -u \fIserver_user\fR ] [ -x ]\fR .SH DESCRIPTION @@ -384,7 +384,7 @@ \fIkey\fR \fR Add a key number to the trusted key list. .TP 8 -\fB-T +\fB-i \fIchroot_dir\fR \fR Chroot the ntpd server process into \fIchroot_dir\fR. To use this option you have to copy all the files that ntpd process needs into the @@ -467,7 +467,7 @@ mind. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntpd.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/ntpdate.1 +++ man/ntpdate.1 @@ -202,7 +202,7 @@ \fBtickadj\fR . .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntpdate.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/ntpdc.1 +++ man/ntpdc.1 @@ -587,7 +587,7 @@ this, the program is occasionally useful. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntpdc.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/ntpq.1 +++ man/ntpq.1 @@ -643,7 +643,7 @@ it sends queries to a particular host, but doesn't. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntpq.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/ntptime.1 +++ man/ntptime.1 @@ -55,7 +55,7 @@ Specify time constant, an integer in the range 0-10. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntptime.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/ntptrace.1 +++ man/ntptrace.1 @@ -62,7 +62,7 @@ samples. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/ntptrace.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- man/tickadj.1 +++ man/tickadj.1 @@ -94,7 +94,7 @@ \fBtickadj\fR program went away. .SH SEE ALSO -Primary source of documentation: /usr/share/doc/ntp-*/tickadj.html +More documentation is available in the package xntp-doc. .SH AUTHOR David L. Mills --- ntpd/ntp_request.c +++ ntpd/ntp_request.c @@ -518,8 +518,8 @@ return; } if ((proc->sizeofitem != 0) && - ((temp_size * INFO_NITEMS(inpkt->err_nitems)) > - (rbufp->recv_length - REQ_LEN_HDR))) { + ((unsigned) temp_size * INFO_NITEMS(inpkt->err_nitems)) > + (rbufp->recv_length - REQ_LEN_HDR)) { #ifdef DEBUG if (debug > 2) printf("process_private: not enough data\n");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor