diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | README.7 | 6 | ||||
-rw-r--r-- | pounce.1 (renamed from linger.1) | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index 1532716..1833d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.o *.pem config.mk -linger +pounce tags diff --git a/Makefile b/Makefile index 4ebdd0c..c21a1a6 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ OBJS += ring.o OBJS += server.o OBJS += state.o -all: tags linger +all: tags pounce -linger: ${OBJS} +pounce: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ ${OBJS}: bounce.h @@ -25,4 +25,4 @@ tags: *.c *.h ctags -w *.c *.h clean: - rm -f tags linger ${OBJS} + rm -f tags pounce ${OBJS} diff --git a/README.7 b/README.7 index 562dbe6..6223c4f 100644 --- a/README.7 +++ b/README.7 @@ -1,9 +1,9 @@ -.Dd October 22, 2019 +.Dd October 25, 2019 .Dt README 7 .Os "Causal Agency" . .Sh NAME -.Nm linger +.Nm pounce .Nd IRC bouncer . .Sh DESCRIPTION @@ -32,4 +32,4 @@ buffer between server and clients .El . .Sh SEE ALSO -.Xr linger 1 +.Xr pounce 1 diff --git a/linger.1 b/pounce.1 index 1b6c09f..08a5a85 100644 --- a/linger.1 +++ b/pounce.1 @@ -1,9 +1,9 @@ -.Dd October 24, 2019 -.Dt LINGER 1 +.Dd October 25, 2019 +.Dt POUNCE 1 .Os . .Sh NAME -.Nm linger +.Nm pounce .Nd IRC bouncer . .Sh SYNOPSIS @@ -121,7 +121,7 @@ Log in with the password . .Sh STANDARDS The -.Nm linger +.Nm daemon implements the following: . .Bl -item |