diff options
author | 2003-09-04 10:54:29 +0000 | |
---|---|---|
committer | 2003-09-04 10:54:29 +0000 | |
commit | 54aef525f5a2a6dc49c6b9f15a0e043bae820f51 (patch) | |
tree | e31bfc3fa5ad2727235f4421e2d3c7089222d11e | |
parent | change description of `openfiles' attribute from "number of open files..." (diff) | |
download | wireguard-openbsd-54aef525f5a2a6dc49c6b9f15a0e043bae820f51.tar.xz wireguard-openbsd-54aef525f5a2a6dc49c6b9f15a0e043bae820f51.zip |
baud rate capability is `br', not `ba';
from Satsuki Fujishima (PR 3408).
many thanks to krw@ who did the real work :)
-rw-r--r-- | usr.bin/tip/tip.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index a329c51804d..3a5f99460f0 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.26 2003/09/02 18:50:07 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.27 2003/09/04 10:54:29 jmc Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -302,7 +302,7 @@ See for full documentation on system descriptions. .Pp The -.Ar ba +.Ar br capability is used in system descriptions to specify the baud rate with which to establish a connection. If the value specified is not suitable, the baud rate to be used may |