diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-06-29 23:30:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-06-29 23:30:08 +0000 |
commit | 205f8b0a92dfb324813bed806d350a0e96c781bc (patch) | |
tree | 71e538af4f71461be82780c75001ee1530895a29 | |
parent | 353451395bf3ca661bb520e825da93d58c2b81ef (diff) |
the the
-rw-r--r-- | share/man/man4/bpf.4 | 4 | ||||
-rw-r--r-- | share/man/man9/crypto.9 | 4 | ||||
-rw-r--r-- | share/man/man9/hardclock.9 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index c2384191200..0d52ea96651 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.12 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: bpf.4,v 1.13 2002/06/29 23:30:07 naddy Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -274,7 +274,7 @@ It defaults to .Xc Set or get the status of the ``header complete'' flag. Set to zero if the link level source address should be filled in -automatically by the the interface output routine. +automatically by the interface output routine. Set to one if the link level source address will be written, as provided, to the wire. This flag is initialized to zero by default. diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 0898ac53d71..93a17e337ea 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.17 2002/05/28 09:07:07 mpech Exp $ +.\" $OpenBSD: crypto.9,v 1.18 2002/06/29 23:30:07 naddy Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -335,7 +335,7 @@ Some applications that do special .Dq IV cooking , such as the half-IV mode in .Xr ipsec 4 , -can use this flag to indicate the the IV should not be written on the packet. +can use this flag to indicate that the IV should not be written on the packet. This flag is typically used in conjunction with the .Dv CRD_F_IV_EXPLICIT flag. diff --git a/share/man/man9/hardclock.9 b/share/man/man9/hardclock.9 index 7cc9aaf0798..670bfe5011a 100644 --- a/share/man/man9/hardclock.9 +++ b/share/man/man9/hardclock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hardclock.9,v 1.1 2001/07/16 20:50:00 krw Exp $ +.\" $OpenBSD: hardclock.9,v 1.2 2002/06/29 23:30:07 naddy Exp $ .\" .\" Copyright (c) 2001 Kenneth R Westerback .\" All rights reserved. @@ -38,7 +38,7 @@ .Fc .Sh DESCRIPTION .Fn hardclock -implements the the real-time system clock, interrupting +implements the real-time system clock, interrupting .Xr hz 9 times a second. The argument |