From 69ee380216942c70e50c746c8374a3e351f63389 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 15 Jun 2018 01:00:17 -0400 Subject: bin/xsession: Add "other" --- diff --git a/bin/xsession b/bin/xsession index f1547ce..ccd5d7b 100755 --- a/bin/xsession +++ b/bin/xsession @@ -14,8 +14,8 @@ awk_who=' NR > 1 { if (!match($0, display_ere)) { if (!printed) { - print("\n\nThe following sessions will be " \ - "hung up:\n"); + print("\n\nThe following other sessions " \ + "will be hung up:\n"); print(" " headings \ ""); printed = 1; -- cgit v0.9.1