diff options
author | 2004-04-19 10:01:53 +0000 | |
---|---|---|
committer | 2004-04-19 10:01:53 +0000 | |
commit | 5f4dfcfc9d694527a0bb2b17cf5ec0bac5d6eb8b (patch) | |
tree | b9209f4c4513746a907a92047988b04d8e0de5da | |
parent | allow this to compile after the tags/wide/sync SCSI fix went in. (diff) | |
download | wireguard-openbsd-5f4dfcfc9d694527a0bb2b17cf5ec0bac5d6eb8b.tar.xz wireguard-openbsd-5f4dfcfc9d694527a0bb2b17cf5ec0bac5d6eb8b.zip |
correct path to usd docs;
-rw-r--r-- | bin/ed/ed.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 719ffcda258..55209728df8 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.47 2004/02/12 20:46:18 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.48 2004/04/19 10:01:53 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -962,10 +962,10 @@ but any changes to the buffer are lost. .Xr regex 3 .Pp "A Tutorial Introduction to the UNIX Text Editor", -.Pa /usr/share/doc/09.edtut/ . +.Pa /usr/share/doc/usd/09.edtut/ . .Pp "Advanced Editing on UNIX", -.Pa /usr/share/doc/10.edadv/ . +.Pa /usr/share/doc/usd/10.edadv/ . .Rs .%A B. W. Kernighan .%A P. J. Plauger |