NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/53091: Web page refers to non-existent directory
>Number: 53091
>Category: misc
>Synopsis: Web page refers to non-existent directory
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Mar 12 07:00:00 +0000 2018
>Originator: Ray
>Release: 7.1.1
>Organization:
>Environment:
NetBSD b2.home 7.1.1 NetBSD 7.1.1 (GENERIC.201712222334Z) amd64
>Description:
Section 6.2.2 on this Web page:
https://www.netbsd.org/docs/guide/en/chap-edit.html
says NetBSD's src.tgz file contains a directory with documentation about vi (usr/src/usr.bin/vi/docs). However, that's not right as far as I can tell. I checked by downloading this file:
http://mirror.aarnet.edu.au/pub/netbsd/NetBSD-7.1.1/source/sets/src.tgz
Given that, what follows is probably irrelevant, but in case you decide to put that directory back into src.tgz, one if its files might contain a mistake, judging by this...
I found a copy of "An Introduction to Display Editing with Vi" here:
http://ex-vi.sourceforge.net/viin/paper-7.html
and its section 7.4 has an error:
[str] matches any single character not in str
which of course should be:
[^str] matches any single character not in str
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index