diff options
author | 2004-01-24 06:45:58 +0000 | |
---|---|---|
committer | 2004-01-24 06:45:58 +0000 | |
commit | 2bbc3c3d887fd6b6d1cd6859ea6af1fa87378675 (patch) | |
tree | 6afe3c2cdedc5d1df007aef0eda2bb0171a75aba | |
parent | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) (diff) | |
download | wireguard-openbsd-2bbc3c3d887fd6b6d1cd6859ea6af1fa87378675.tar.xz wireguard-openbsd-2bbc3c3d887fd6b6d1cd6859ea6af1fa87378675.zip |
typo from Jared Yanovich;
-rw-r--r-- | share/man/man9/file.9 | 4 | ||||
-rw-r--r-- | share/man/man9/uvm.9 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/file.9 b/share/man/man9/file.9 index d6da53fec9b..1b3f8135d86 100644 --- a/share/man/man9/file.9 +++ b/share/man/man9/file.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.9,v 1.5 2003/04/15 04:14:29 jmc Exp $ +.\" $OpenBSD: file.9,v 1.6 2004/01/24 06:50:21 jmc Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -32,7 +32,7 @@ .Fd #include <sys/file.h> .Fd #include <sys/filedesc.h> .Ft int -.Fn falloc "struct proc *p" "struct file **fesultfp" "int *resultfd" +.Fn falloc "struct proc *p" "struct file **resultfp" "int *resultfd" .Ft int .Fn fdrelease "struct proc *p" "int fd" .Ft void diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index b7cbd2fb2bd..97f1f718f1c 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.24 2003/08/30 21:54:06 miod Exp $ +.\" $OpenBSD: uvm.9,v 1.25 2004/01/24 06:45:58 jmc Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -1044,7 +1044,7 @@ VM system. UVM's new anonymous memory system is based on the anonymous memory system found in the SunOS4 VM (as described in papers published by Sun Microsystems, Inc.). -UVM also includes a number of feature +UVM also includes a number of features new to .Bx including page loanout, map entry passing, simplified |