diff options
author | 2001-04-20 22:28:03 +0000 | |
---|---|---|
committer | 2001-04-20 22:28:03 +0000 | |
commit | 9b839f9d9cb4a7923bd103f44bee0c89b17f960f (patch) | |
tree | 8c7f342d0367b5c4f538e9cabd9cefade54d8445 | |
parent | Instead of initializing the colormap to me black & white, initialize the (diff) | |
download | wireguard-openbsd-9b839f9d9cb4a7923bd103f44bee0c89b17f960f.tar.xz wireguard-openbsd-9b839f9d9cb4a7923bd103f44bee0c89b17f960f.zip |
typo
-rw-r--r-- | usr.bin/sup/src/sup.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index 03aafa87d5f..6bb92ebbd13 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sup.1,v 1.9 2000/03/14 21:31:42 aaron Exp $ +.\" $OpenBSD: sup.1,v 1.10 2001/04/20 22:28:03 espie Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -25,6 +25,9 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: sup.1,v $ +.\" Revision 1.10 2001/04/20 22:28:03 espie +.\" typo +.\" .\" Revision 1.9 2000/03/14 21:31:42 aaron .\" Suffix "i.e." and "e.g." with a comma. Just another really picky man page .\" commit, as we want our documentation to be as consistently formatted as @@ -677,7 +680,7 @@ the scan files for the different releases separate. to allow different host restrictions for this release. .I next=<release> used to chain releases together. This has the effect of making one release -be a combination of serveral other releases. If the same file appears in +be a combination of several other releases. If the same file appears in more than one chained release, the first one found will be used. If these files are not specified for a release the default names: prefix,list,scan and host will be used. |