From 7e719a4cc12ebf7f7f446af754bc9d38583e3e57 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 11 Nov 2011 22:14:02 +0000 Subject: [PATCH] deprecate the UGLY input line beginning with ! hack --- mksh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mksh.1 b/mksh.1 index 87d1db3..69d7036 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.277 2011/11/11 22:10:52 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.278 2011/11/11 22:14:02 tg Exp $ .\" $OpenBSD: ksh.1,v 1.141 2011/09/03 22:59:08 jmc Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, @@ -3363,7 +3363,7 @@ and is identical: re-execute the selected command without invoking an editor. This command is usually accessed with the predefined .Ic alias r=\*(aqfc \-e \-\*(aq -or by prefixing an interactive mode input line with +or (deprecated; will be removed RSN) by prefixing an interactive mode input line with .Sq \&! .Pq wbx extension . .Pp