[1132] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r1084 - in trunk/owl: . doc

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:13:21 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 23 Jun 2008 22:57:04 -0400 (EDT)

Author: nelhage
Date: 2008-06-23 22:57:00 -0400 (Mon, 23 Jun 2008)
New Revision: 1084

Added:
   trunk/owl/doc/barnowl.1
Removed:
   trunk/owl/doc/owl.1
Modified:
   trunk/owl/Makefile.in
Log:
Rename owl.1 to barnowl.1


Modified: trunk/owl/Makefile.in
===================================================================
--- trunk/owl/Makefile.in	2008-06-24 02:14:24 UTC (rev 1083)
+++ trunk/owl/Makefile.in	2008-06-24 02:57:00 UTC (rev 1084)
@@ -128,7 +128,7 @@
 
 install: all installdirs
 	${INSTALL_PROGRAM} $(EXE) ${DESTDIR}${bindir}/$(EXE)
-	${INSTALL_DATA} doc/owl.1 ${DESTDIR}${mandir}/man1/barnowl.1
+	${INSTALL_DATA} doc/barnowl.1 ${DESTDIR}${mandir}/man1/barnowl.1
 	${INSTALL} -d ${DESTDIR}${datadir}/lib
 	${INSTALL} -d ${DESTDIR}${datadir}/modules
 	tar -C perl/lib --exclude .svn -cf - . | tar -C ${DESTDIR}${datadir}/lib -xf -

Copied: trunk/owl/doc/barnowl.1 (from rev 1083, trunk/owl/doc/owl.1)
===================================================================
--- trunk/owl/doc/barnowl.1	                        (rev 0)
+++ trunk/owl/doc/barnowl.1	2008-06-24 02:57:00 UTC (rev 1084)
@@ -0,0 +1,83 @@
+.TH owl 1 "10 Apr 2004"
+.SH NAME
+owl \- tty based zephyr client
+.SH SYNOPSIS
+.B owl
+[ \-n
+]
+[ \-d
+]
+[ \-D
+]
+[ \-v
+]
+[ \-h
+]
+[ \-c
+.I configfile
+]
+[ \-t
+.I tty
+]
+
+.br
+.SH DESCRIPTION
+.B Owl
+is a fully integrated tty based instant messaging client.  Currently
+it supports AOL Instant Messenger and MIT Zephyr.  It is curses-based,
+allows for emacs style editing of outgoing messages and uses a perl
+configuration language for setting options and customizing message
+formatting.  Owl will also run happily without a configuration file.
+
+Once Owl is started, typing 'h' will display a help screen.  Typing
+\':\' enters command mode, allowing the user to type an owl command
+line.
+
+.PP
+.SH USE
+The following command line options are avilable when running owl:
+
+.B \-n
+.IP
+Do not subscribe to zephyr messages on startup.  By default Owl
+subscribes to the default subscriptions and to anything found in
+~/.zephyr.subs.  When this option is used no subscriptions are loaded.
+.LP
+
+.B \-c \fIconfigfile\fP
+.IP
+Specifiy an alternate config file for Owl to use.  The default
+configuration file is ~/.owlconf
+.LP
+
+.B \-t \fItty\fP
+.IP
+Specifiy the tty name to use for the zephyr location.
+.LP
+
+.B \-v
+.IP
+Print the version number of owl and exit.
+.LP
+
+.B \-d
+.IP
+Enable debugging.  By default debugging information is placed in
+/var/tmp/owldebug.
+.LP
+
+.B \-D
+.IP
+Enable debugging, but first delete any existing debugging file.
+.LP
+
+.B \-h
+.IP
+Print command line option help.
+.LP
+
+.SH AUTHOR
+Written by James Kretchmar at the Massachusetts Institute of
+Technology.
+Comments, questions, and bug reports may be mailed to
+\fBbug-owl@ktools.org\fP.

Deleted: trunk/owl/doc/owl.1
===================================================================
--- trunk/owl/doc/owl.1	2008-06-24 02:14:24 UTC (rev 1083)
+++ trunk/owl/doc/owl.1	2008-06-24 02:57:00 UTC (rev 1084)
@@ -1,83 +0,0 @@
-.TH owl 1 "10 Apr 2004"
-.SH NAME
-owl \- tty based zephyr client
-.SH SYNOPSIS
-.B owl
-[ \-n
-]
-[ \-d
-]
-[ \-D
-]
-[ \-v
-]
-[ \-h
-]
-[ \-c
-.I configfile
-]
-[ \-t
-.I tty
-]
-
-.br
-.SH DESCRIPTION
-.B Owl
-is a fully integrated tty based instant messaging client.  Currently
-it supports AOL Instant Messenger and MIT Zephyr.  It is curses-based,
-allows for emacs style editing of outgoing messages and uses a perl
-configuration language for setting options and customizing message
-formatting.  Owl will also run happily without a configuration file.
-
-Once Owl is started, typing 'h' will display a help screen.  Typing
-\':\' enters command mode, allowing the user to type an owl command
-line.
-
-.PP
-.SH USE
-The following command line options are avilable when running owl:
-
-.B \-n
-.IP
-Do not subscribe to zephyr messages on startup.  By default Owl
-subscribes to the default subscriptions and to anything found in
-~/.zephyr.subs.  When this option is used no subscriptions are loaded.
-.LP
-
-.B \-c \fIconfigfile\fP
-.IP
-Specifiy an alternate config file for Owl to use.  The default
-configuration file is ~/.owlconf
-.LP
-
-.B \-t \fItty\fP
-.IP
-Specifiy the tty name to use for the zephyr location.
-.LP
-
-.B \-v
-.IP
-Print the version number of owl and exit.
-.LP
-
-.B \-d
-.IP
-Enable debugging.  By default debugging information is placed in
-/var/tmp/owldebug.
-.LP
-
-.B \-D
-.IP
-Enable debugging, but first delete any existing debugging file.
-.LP
-
-.B \-h
-.IP
-Print command line option help.
-.LP
-
-.SH AUTHOR
-Written by James Kretchmar at the Massachusetts Institute of
-Technology.
-Comments, questions, and bug reports may be mailed to
-\fBbug-owl@ktools.org\fP.


home help back first fref pref prev next nref lref last post