diff options
author | 2006-05-30 19:53:47 +0000 | |
---|---|---|
committer | 2006-05-30 19:53:47 +0000 | |
commit | dc7672e39418b08b11cbdcf06a6784062b70b631 (patch) | |
tree | d371974b099c06ead3da2023d88e2cd5a9cb0657 | |
parent | Sync region detection algorithm with macppc, helps some recent cards, such (diff) | |
download | wireguard-openbsd-dc7672e39418b08b11cbdcf06a6784062b70b631.tar.xz wireguard-openbsd-dc7672e39418b08b11cbdcf06a6784062b70b631.zip |
clean up the VARIABLES section a little:
specifically regarding -v, and remove that bit from cu.1, as its not
supported;
ok otto
-rw-r--r-- | usr.bin/tip/cu.1 | 7 | ||||
-rw-r--r-- | usr.bin/tip/tip.1 | 11 |
2 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/tip/cu.1 b/usr.bin/tip/cu.1 index 604c55f386e..806c34030b0 100644 --- a/usr.bin/tip/cu.1 +++ b/usr.bin/tip/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.1 2006/05/25 08:41:52 jmc Exp $ +.\" $OpenBSD: cu.1,v 1.2 2006/05/30 19:53:47 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -297,11 +297,6 @@ and the value. The entire assignment must not have any blanks in it. A single set command may be used to interrogate as well as set a number of variables. -The -.Fl v -option causes -.Nm -to display the sets as they are made. Certain common variables have abbreviations. The following is a list of common variables, their abbreviations, and their default values: diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index e1a1b872d54..f59c23238c1 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.35 2006/05/25 08:41:52 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.36 2006/05/30 19:53:47 jmc Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -350,12 +350,11 @@ number of variables. Variables may be initialized at run time by placing set commands (without the .Ql ~s -prefix) in a file, -.Pa .tiprc , -in one's home directory. -The +prefix) in the initialization file +.Pa ~/.tiprc ; +the .Fl v -option causes +option additionally causes .Nm to display the sets as they are made. Certain common variables have abbreviations. |