diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:04:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:04:18 +0000 |
commit | 7ec924e9c4cf8f242133f5cfa32480689ccd0577 (patch) | |
tree | d2947c88592f5e3b6abf9b758d63d28dbb6fd639 | |
parent | e5d827e1efe97d625b08873c31daf83bd6a619aa (diff) |
typos;
-rw-r--r-- | share/man/man9/physio.9 | 7 | ||||
-rw-r--r-- | share/man/man9/ppsratecheck.9 | 8 | ||||
-rw-r--r-- | share/man/man9/rasops.9 | 20 | ||||
-rw-r--r-- | share/man/man9/spl.9 | 4 | ||||
-rw-r--r-- | share/man/man9/style.9 | 6 |
5 files changed, 23 insertions, 22 deletions
diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9 index ef62e38f1b0..33b60604079 100644 --- a/share/man/man9/physio.9 +++ b/share/man/man9/physio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: physio.9,v 1.3 2001/06/28 22:14:23 millert Exp $ +.\" $OpenBSD: physio.9,v 1.4 2003/04/20 20:04:17 jmc Exp $ .\" $NetBSD: physio.9,v 1.5 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -70,7 +70,8 @@ normally describes user space addresses, .Fn physio needs to lock the appropriate data area into memory before each transaction with -.Fa strategy ( see the +.Fa strategy +(see the .Fn uvm_vslock and .Fn uvm_vsunlock @@ -122,7 +123,7 @@ set to anything other than are undefined. .El .Sh RETURN VALUES -If successful +If successful, .Fn physio returns 0. .Er EFAULT diff --git a/share/man/man9/ppsratecheck.9 b/share/man/man9/ppsratecheck.9 index 0c9dbdb8464..3df31ea452d 100644 --- a/share/man/man9/ppsratecheck.9 +++ b/share/man/man9/ppsratecheck.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppsratecheck.9,v 1.1 2000/10/10 13:40:46 itojun Exp $ +.\" $OpenBSD: ppsratecheck.9,v 1.2 2003/04/20 20:04:17 jmc Exp $ .\" $NetBSD: ppsratecheck.9,v 1.1 2000/08/03 00:09:39 itojun Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -26,7 +26,7 @@ .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS @@ -48,7 +48,7 @@ .Sh DESCRIPTION The .Fn ppsratecheck -function provides easy way to perform packet-per-sec, +function provides an easy way to perform packet-per-sec, or event-per-sec, rate limitation. The motivation for implementing .Fn ppsratecheck @@ -73,7 +73,7 @@ is set to 0, the function will always return 0 Negative .Fa maxpps indicates that rate limitation is disabled, and -.Fa ppsratecheck +.Fn ppsratecheck will always return 1. .Pp .Fa curpps diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index 4a026627f32..5546a788913 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.3 2003/01/05 20:07:44 deraadt Exp $ +.\" $OpenBSD: rasops.9,v 1.4 2003/04/20 20:04:17 jmc Exp $ .\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -132,21 +132,21 @@ Valid values for the member are: .Pp .Bl -tag -offset indent -width RI_CURSORCLIP -compact -.It RI_FULLCLEAR +.It RI_FULLCLEAR eraserows() hack to clear full screen -.It RI_FORCEMONO +.It RI_FORCEMONO monochrome output even if we can do color -.It RI_BSWAP +.It RI_BSWAP framebuffer endianness doesn't match CPU -.It RI_CURSOR +.It RI_CURSOR cursor is switched on -.It RI_CLEAR +.It RI_CLEAR clear display on startup -.It RI_CENTER +.It RI_CENTER center onscreen output -.It RI_CURSORCLIP +.It RI_CURSORCLIP cursor is currently clipped -.It RI_CFGDONE +.It RI_CFGDONE .Fn rasops_reconfig completed successfully .El @@ -191,7 +191,7 @@ The rasops subsystem is implemented within the directory .Pa sys/dev/rasops . The .Nm -module itself is implement within the file +module itself is implemented within the file .Pa sys/dev/rasops/rasops.c . .Sh SEE ALSO .Xr intro 9 diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 401fe559f9a..e4b8a094999 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.14 2002/07/28 20:55:00 nordin Exp $ +.\" $OpenBSD: spl.9,v 1.15 2003/04/20 20:04:17 jmc Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -193,7 +193,7 @@ The .Fn splassert function is optional and is not necessarily implemented on all architectures nor enabled in all kernel configurations. -It checks the current system priority level too see if it's +It checks the current system priority level to see if it's at least at the level specified in the argument .Fa s . If possible, it also checks if it hasn't been called from an diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f4229630855..ed828aa4ae0 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.31 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: style.9,v 1.32 2003/04/20 20:04:17 jmc Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -432,8 +432,8 @@ Hiding file declarations in what appears to be a local scope is undesirable and will elicit complaints from a good compiler, such as .Dq Li gcc -Wtraditional . .Pp -Casts and -.Fn sizeof +Casts and +.Fn sizeof calls are not followed by a space. Note that .Xr indent 1 |