scroll(1): renamed from pg(1)
This commit is contained in:
parent
4c36ec1807
commit
2bd7006d7a
10
Makefile
10
Makefile
@ -32,7 +32,7 @@ RUSTLIBS = --extern getopt=build/o/libgetopt.rlib \
|
|||||||
CFLAGS += -I$(SYSEXITS)
|
CFLAGS += -I$(SYSEXITS)
|
||||||
|
|
||||||
.PHONY: all
|
.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
|
# keep build/include until bindgen(1) has stdin support
|
||||||
# https://github.com/rust-lang/rust-bindgen/issues/2703
|
# https://github.com/rust-lang/rust-bindgen/issues/2703
|
||||||
@ -122,10 +122,10 @@ npc: build/bin/npc
|
|||||||
build/bin/npc: src/npc.c build
|
build/bin/npc: src/npc.c build
|
||||||
$(CC) $(CFLAGS) -o $@ src/npc.c
|
$(CC) $(CFLAGS) -o $@ src/npc.c
|
||||||
|
|
||||||
.PHONY: pg
|
.PHONY: scroll
|
||||||
pg: build/bin/pg
|
scroll: build/bin/scroll
|
||||||
build/bin/pg: src/pg.c build
|
build/bin/scroll: src/scroll.c build
|
||||||
$(CC) $(CFLAGS) -o $@ src/pg.c
|
$(CC) $(CFLAGS) -o $@ src/scroll.c
|
||||||
|
|
||||||
.PHONY: rpn
|
.PHONY: rpn
|
||||||
rpn: build/bin/rpn
|
rpn: build/bin/rpn
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" 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/>.
|
.\" 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
|
.SH NAME
|
||||||
pg \(en paginate
|
scroll \(en present output
|
||||||
.\"
|
.\"
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
pg
|
scroll
|
||||||
.RB ( -p
|
.RB ( -p
|
||||||
.RB [ prompt ])
|
.RB [ prompt ])
|
||||||
.\"
|
.\"
|
Loading…
Reference in New Issue
Block a user