Re: Typo for cd commands - Mailing list pgsql-docs

From Tom Lane
Subject Re: Typo for cd commands
Date
Msg-id 271305.1608396800@sss.pgh.pa.us
Whole thread Raw
In response to Typo for cd commands  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> I believe that the following two commands in the page
> "https://www.postgresql.org/docs/13/tutorial-sql-intro.html" should have a
> slash in the middle of the four dots.

> cd ..../src/tutorial
> cd ..../tutorial

Hmm.  The first one is written that way to be vague about what the full
path is.  "cd ../../src/tutorial" would only be correct given very
specific assumptions about what your prior working directory was.
I'm not sure what the point of the second one is, but it seems like
we should either remove it or make it look like the first one.

            regards, tom lane



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Typo for cd commands
Next
From: Bruce Momjian
Date:
Subject: Re: Functions should be Functions & Procedures