Browse Source

typos, then -> than, from Michael Knudsen

OPENBSD_3_7
jaredy 19 years ago
parent
commit
878f6487d6
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/lib/libc/string/strerror.3
  2. +2
    -2
      src/usr.sbin/ntpd/ntpd.8

+ 2
- 2
src/lib/libc/string/strerror.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: strerror.3,v 1.7 2004/05/03 14:37:59 millert Exp $
.\" $OpenBSD: strerror.3,v 1.8 2004/12/10 03:54:18 jaredy Exp $
.\"
.Dd June 29, 1991
.Dt STRERROR 3
@ -93,7 +93,7 @@ The returned error string will consist of an error message that includes
may fail if:
.Bl -tag -width Er
.It Bq Er ERANGE
The error message is larger then
The error message is larger than
.Fa buflen
characters.
The message will be truncated to fit.


+ 2
- 2
src/usr.sbin/ntpd/ntpd.8 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ntpd.8,v 1.12 2004/12/07 10:06:12 jmc Exp $
.\" $OpenBSD: ntpd.8,v 1.13 2004/12/10 03:54:18 jaredy Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@ -41,7 +41,7 @@ as described in RFC 1305.
uses the
.Xr adjtime 2
system call to correct the local system time without causing time jumps.
Adjustments larger then 128ms are logged using
Adjustments larger than 128ms are logged using
.Xr syslog 3 .
The threshold value is chosen to avoid having local clock drift
thrash the log files.


Loading…
Cancel
Save