diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-11 13:47:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-11 13:47:42 +0000 |
commit | bb072ee395ad91e14b72545a783cbd9cb3801420 (patch) | |
tree | db07d043b73dba7a633bfd97e0e013e6b5ea04f0 /share | |
parent | 5e99e8bb867d18e8a03b158351ce44e48e268025 (diff) |
fix some lists and macros;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/crypto.9 | 5 | ||||
-rw-r--r-- | share/man/man9/malloc.9 | 4 | ||||
-rw-r--r-- | share/man/man9/pmap.9 | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 38f635747ef..39ee5bec835 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.24 2003/06/17 12:56:49 jfb Exp $ +.\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -142,7 +142,6 @@ Errors are only returned to the invoking function if not enough information to call the callback is available (meaning, there was a fatal error in verifying the arguments). For session initialization and teardown there is no callback mechanism used. -.br .Pp The .Fn crypto_newsession @@ -297,7 +296,7 @@ Each descriptor provides information about what type of cryptographic operation should be done on the input buffer. The various fields are: -.Bl -tag -width=crd_inject +.Bl -tag .It Fa crd_skip The offset in the input buffer where processing should start. .It Fa crd_len diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 101f383cfdc..b0e11695be4 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.28 2003/06/21 01:05:09 tedu Exp $ +.\" $OpenBSD: malloc.9,v 1.29 2003/07/11 13:47:41 jmc Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -86,7 +86,7 @@ the kernel version takes two more arguments. The .Fa flags argument further qualifies -.Fn malloc No Ns 's +.Fn malloc Ns 's operational characteristics as follows: .Bl -tag -width xxx -offset indent .It Dv M_NOWAIT diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9 index 9b3dafd09a0..2115ab0cd1d 100644 --- a/share/man/man9/pmap.9 +++ b/share/man/man9/pmap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmap.9,v 1.6 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: pmap.9,v 1.7 2003/07/11 13:47:41 jmc Exp $ .\" .\" Copyright (c) 2001, 2002, 2003 CubeSoft Communications, Inc. .\" <http://www.csoft.org> @@ -120,7 +120,7 @@ in the target physical map .Fa pmap with protection specified by .Fa prot : -.Bl -tag -width "VM_PROT_EXECUTE" -indent +.Bl -tag -width "VM_PROT_EXECUTE" .It VM_PROT_READ The mapping must allow reading. .It VM_PROT_WRITE @@ -142,7 +142,7 @@ faults on platforms that track modified/referenced information in software. Other information provided by .Fa flags : -.Bl -tag -width "PMAP_CANFAIL" -indent +.Bl -tag -width "PMAP_CANFAIL" .It PMAP_WIRED The mapping being created is a wired mapping. .It PMAP_CANFAIL |