From a4e500ddc913f7ed9d56e64339b5acdac78a2a56 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 May 2013 10:56:23 -0400 Subject: libremessages: clean up comments --- src/libremessages | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libremessages b/src/libremessages index 8793a80..7ef5dfb 100755 --- a/src/libremessages +++ b/src/libremessages @@ -7,6 +7,7 @@ # Copyright (c) 2006 by Andras Voroskoi # Copyright (c) 2006 by Miklos Vajna # Copyright (c) 2011 by Joshua Haase +# Copyright (c) 2012-2013 by Luke Shumaker # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +26,6 @@ # Inherit most functions from devtools # ################################################################################ -# This is only installed in Parabola's distribution of devtools, not Arch's . /usr/share/devtools/common.sh ################################################################################ @@ -39,7 +39,8 @@ export TEXTDOMAINDIR='/usr/share/locale' # Own functions # ################################################################################ -# Set the terminal title +# Usage: term_title This will be the term title +# Sets the terminal title term_title() { local fmt='' case "$TERM" in -- cgit v1.2.2