From 3a0894e13d9a6cdebc1f475b4dd1320bc7613e46 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 17 Oct 2015 21:06:23 +0000 Subject: [PATCH] add missing underscore; from theo buehler --- bin/ksh/ksh.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 3e58f42c18e..d333b38d7fd 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.161 2015/09/14 20:06:58 schwarze Exp $ +.\" $OpenBSD: ksh.1,v 1.162 2015/10/17 21:06:23 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: October 17 2015 $ .Dt KSH 1 .Os .Sh NAME @@ -5215,7 +5215,7 @@ List all the commands or files that match the current big-word. .It @ Ns Ar c Macro expansion. Execute the commands found in the alias -.Ar c . +.No _ Ns Ar c . .El .Pp Intra-line movement commands: -- 2.20.1