summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorkn@openbsd.org <kn@openbsd.org>2018-07-23 19:02:49 +0000
committerDamien Miller <djm@mindrot.org>2018-07-26 13:54:30 +1000
commitddf1b797c2d26bbbc9d410aa4f484cbe94673587 (patch)
tree5ba31c97f9a608f82814e66fe928c3e48c9d9aa0 /ssh_config.5
parent01c98d9661d0ed6156e8602b650f72eed9fc4d12 (diff)
upstream: Point to glob in section 7 for the actual list of special
characters instead the C API in section 3. OK millert jmc nicm, "the right idea" deraadt OpenBSD-Commit-ID: a74fd215488c382809e4d041613aeba4a4b1ffc6
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0e5bb9078..fe52578f4 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.280 2018/07/19 10:28:47 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.281 2018/07/23 19:02:49 kn Exp $
37.Dd $Mdocdate: July 19 2018 $ 37.Dd $Mdocdate: July 23 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -926,7 +926,7 @@ to unknown options that appear before it.
926.It Cm Include 926.It Cm Include
927Include the specified configuration file(s). 927Include the specified configuration file(s).
928Multiple pathnames may be specified and each pathname may contain 928Multiple pathnames may be specified and each pathname may contain
929.Xr glob 3 929.Xr glob 7
930wildcards and, for user configurations, shell-like 930wildcards and, for user configurations, shell-like
931.Sq ~ 931.Sq ~
932references to user home directories. 932references to user home directories.