diff options
author | 1996-07-27 12:12:39 +0000 | |
---|---|---|
committer | 1996-07-27 12:12:39 +0000 | |
commit | f69ca03cfae5e6bd072d151abef4102c97ab68ae (patch) | |
tree | 37a55f6031b5745759155e31278eb6c3327164d9 | |
parent | handle RB_CONFIG (diff) | |
download | wireguard-openbsd-f69ca03cfae5e6bd072d151abef4102c97ab68ae.tar.xz wireguard-openbsd-f69ca03cfae5e6bd072d151abef4102c97ab68ae.zip |
typo
-rw-r--r-- | lib/libc/compat-43/getdtablesize.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 | ||||
-rw-r--r-- | usr.sbin/amd/amd/amd.8 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index fbdbe159f69..c706988b297 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdtablesize.3,v 1.3 1996/05/04 13:32:13 deraadt Exp $ +.\" $OpenBSD: getdtablesize.3,v 1.4 1996/07/27 12:17:32 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -54,10 +54,10 @@ returns the size of this table. .Xr close 2 , .Xr dup 2 , .Xr getrlimit 2 , -.Xr setrlimit 2, +.Xr setrlimit 2 , .Xr open 2 , .Xr select 2 , -.Xr sysconf 3, +.Xr sysconf 3 , .Xr sysctl 3 .Sh HISTORY The diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 061103bdf3c..48a949e8f8d 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -147,7 +147,7 @@ An error occurred while reading from or writing to the file system. .El .Sh SEE ALSO -.Xr chflags 1, +.Xr chflags 1 , .Xr init 8 .Sh HISTORY The diff --git a/usr.sbin/amd/amd/amd.8 b/usr.sbin/amd/amd/amd.8 index 9ed3a0abfc3..01430c030ad 100644 --- a/usr.sbin/amd/amd/amd.8 +++ b/usr.sbin/amd/amd/amd.8 @@ -36,7 +36,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)amd.8 5.10 (Berkeley) 4/19/94 -.\" $Id: amd.8,v 1.2 1996/01/15 01:13:45 deraadt Exp $ +.\" $Id: amd.8,v 1.3 1996/07/27 12:17:13 deraadt Exp $ .\" .Dd "April 19, 1994" .Dt AMD 8 @@ -218,7 +218,7 @@ the features. .Xr amq 8 , .Xr fsinfo 8 , .Xr hostname 1 , -.Xr mk-amd-map 8, +.Xr mk-amd-map 8 , .Xr mount 8 , .Xr umount 8 . .Rs |