scroll(1): renamed from pg(1)

This commit is contained in:
dtb 2024-07-31 17:31:09 -06:00
parent 4c36ec1807
commit 2bd7006d7a
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B
3 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@ RUSTLIBS = --extern getopt=build/o/libgetopt.rlib \
CFLAGS += -I$(SYSEXITS)
.PHONY: all
all: dj false fop hru intcmp mm npc rpn scrut str strcmp swab true
all: dj false fop hru intcmp mm npc rpn scroll scrut str strcmp swab true
# keep build/include until bindgen(1) has stdin support
# https://github.com/rust-lang/rust-bindgen/issues/2703
@ -122,10 +122,10 @@ npc: build/bin/npc
build/bin/npc: src/npc.c build
$(CC) $(CFLAGS) -o $@ src/npc.c
.PHONY: pg
pg: build/bin/pg
build/bin/pg: src/pg.c build
$(CC) $(CFLAGS) -o $@ src/pg.c
.PHONY: scroll
scroll: build/bin/scroll
build/bin/scroll: src/scroll.c build
$(CC) $(CFLAGS) -o $@ src/scroll.c
.PHONY: rpn
rpn: build/bin/rpn

View File

@ -4,13 +4,13 @@
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.\"
.TH PG 1 2024-06-26 "Harakit X.X.X"
.TH PG 1 2024-07-31 "Harakit X.X.X"
.SH NAME
pg \(en paginate
scroll \(en present output
.\"
.SH SYNOPSIS
pg
scroll
.RB ( -p
.RB [ prompt ])
.\"