1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Index: epic4-3.0/doc/epic.1
===================================================================
--- epic4-3.0.orig/doc/epic.1
+++ epic4-3.0/doc/epic.1
@@ -1,10 +1,10 @@
.Dd April 22, 1999
.Dt EPIC 1
.Sh NAME
-.Nm epic
+.Nm epic4
.Nd Internet Relay Chat client for UNIX like systems
.Sh SYNOPSIS
-.Nm epic
+.Nm epic4
.Op Ar \-a
.Op Ar \-b
.Op Ar \-B
@@ -165,16 +165,16 @@ server.
The lower part of the screen (a single line) accepts keyboard input.
.sp
Some terminals do not support certain features required by
-.Nm epic
+.Nm epic4
, in which case you receive a message stating this.
If this occurs, try changing the terminal type or run
-.Nm epic
+.Nm epic4
with the \-d option.
.Ss "Irc Commands:"
Any line beginning with the slash character
.Dq /
is regarded as an
-.Nm epic
+.Nm epic4
command (the command character may be changed).
Any line not beginning with this character is treated as a message to be sent to the current channel.
The client has a built in help system.
@@ -183,7 +183,7 @@ Install the help files (they should be a
to open up the help system.
.Ss "The .ircrc File:"
When
-.Nm epic
+.Nm epic4
is executed, it checks the user's home directory for a
.Pa ~/.ircrc
file, executing the commands in the file.
@@ -192,42 +192,42 @@ Commands in this file do not need to hav
This allows predefinition of aliases and other features.
.Sh PRACTICAL EXAMPLES
Certainly any description of
-.Nm epic
+.Nm epic4
in this man page will be sorely inadequate because most of the confusion doesn't even start until after you get the client to connect to a server.
But if you really have problems getting the client to connect to a server, try some of these:
-.Bl -tag -width "epic"
-.It Nm epic
+.Bl -tag -width "epic4"
+.It Nm epic4
Try this first.
This will assume all the defaults.
-If the person who is maintaining epic at your site has done a halfway decent job, this will put you on a server that is somewhat local to you.
-.It Nm "epic nickname irc.domain.com"
+If the person who is maintaining epic4 at your site has done a halfway decent job, this will put you on a server that is somewhat local to you.
+.It Nm "epic4 nickname irc.domain.com"
or something similar will attempt to connect to the irc server running on the host "irc.domain.com" (fill in a real irc server here) with the nickname of well, "nickname".
This is the most common way to specify an alternate server to use.
-.It Nm "epic nickname irc.domain.com:6664"
+.It Nm "epic4 nickname irc.domain.com:6664"
Sometimes, some servers are really busy, and it can take them a long time to establish a connection with you on the default port (6667).
Most major servers on big public networks accept connections on many different ports, with the most common being most or all of the ports between 6660 and 6675.
You can usually connect much faster if you use a port other than 6667, if the server you're connecting to supports an alternate port.
-.It Nm "epic nickname irc.efnet.net"
+.It Nm "epic4 nickname irc.efnet.net"
If you're totally stumped and trying to get on efnet, try this.
-.It Nm "epic nickname irc.undernet.org"
+.It Nm "epic4 nickname irc.undernet.org"
If you're totally stumped and trying to get on undernet, try this.
-.It Nm "epic nickname irc.dal.net"
+.It Nm "epic4 nickname irc.dal.net"
If you're totally stumped and trying to get on dalnet, try this.
.El
.Sh "FILES"
-.Bl -tag -width "/usr/local/share/epic"
-.It Nm /usr/local/bin/epic
+.Bl -tag -width "/usr/share/epic4"
+.It Nm /usr/bin/epic4
the default location of the binary
.It Nm ~/.ircrc
default initialization file
.It Nm ~/.irc/
directory you can put your own
-.Nm epic
+.Nm epic4
scripts into, that can then be loaded with /load
-.It Nm /usr/local/share/epic
+.It Nm /usr/share/epic4
default directory containing message-of-the-day, master initialization,
help files and
-.Nm epic
+.Nm epic4
scripts
.El
.Sh "THE HELP FILES"
@@ -254,7 +254,7 @@ The Online EPIC Help Pages
.Pa <http://www.irchelp.org/>
Lots of great help for new irc users.
.Sh "SIGNALS"
-.Nm epic
+.Nm epic4
handles the following signals gracefully
.Pp
.TP
@@ -303,7 +303,7 @@ send it.
The online documentation probably should be in docbook form rather than
in the current help format. The entire help system is a hack.
.PP
-This manual page only describes the options to epic, but doesn't tell
+This manual page only describes the options to epic4, but doesn't tell
you what to do once you get connected.
.Sh AUTHORS
Program written by Michael Sandrof (ms5n+@andrew.cmu.edu).
|