diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 22:20:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 22:20:06 +0000 |
commit | 06ec923df520fbf7e875ad8175897e5fbf3ae208 (patch) | |
tree | a0253952eccc34e34f2a91e3d8c79300210540e9 /share/man | |
parent | 3bfb2bf9929962cdfc7d411fe9f265f9e68c84a2 (diff) |
escape full stops where necessary to kill erroneous double spaces;
softly, softly, catchy monkey...
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/stab.5 | 4 | ||||
-rw-r--r-- | share/man/man9/crypto.9 | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index cbc0a833a23..4fa1c65ae4b 100644 --- a/share/man/man5/stab.5 +++ b/share/man/man5/stab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stab.5,v 1.12 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: stab.5,v 1.13 2004/02/19 22:20:05 jmc Exp $ .\" $NetBSD: stab.5,v 1.3 1994/11/30 19:31:33 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -46,7 +46,7 @@ file defines some of the symbol table field values for .Xr a.out 5 files. -These are the types for permanent symbols (i.e., not local labels, etc.) +These are the types for permanent symbols (i.e., not local labels, etc.\&) used by the old debugger .Em sdb and the Berkeley Pascal compiler pc. diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 68cd04e9df6..30e7f9dcc93 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.26 2003/10/23 18:31:34 jmc Exp $ +.\" $OpenBSD: crypto.9,v 1.27 2004/02/19 22:20:05 jmc Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -443,8 +443,7 @@ elements, indicating which algorithms are supported. The last three arguments are pointers to three driver-provided functions that the framework may call to establish new cryptographic context with the driver, free already established -context, and ask for a request to be processed (encrypt, decrypt, -etc.) +context, and ask for a request to be processed (encrypt, decrypt, etc.\&) .Fn crypto_unregister is called by drivers that wish to withdraw support for an algorithm. The two arguments are the driver and algorithm identifiers, respectively. |