The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] 'more' typo
@ 2023-02-16 15:08 KenUnix
  0 siblings, 0 replies; only message in thread
From: KenUnix @ 2023-02-16 15:08 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

In 'more.c' there is a typo

Line 154

replace

        fprnntf(stderr, "Could not open '%s'!\n", argv[x]);

with

        fprintf(stderr, "Could not open '%s'!\n", argv[x]);

-- 
WWL 📚

[-- Attachment #2: Type: text/html, Size: 558 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 15:08 [TUHS] 'more' typo KenUnix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).