Module Name: src
Committed By: wiz
Date: Thu Jul 21 09:51:53 UTC 2022
Modified Files:
src/usr.bin/realpath: realpath.1
Log Message:
Add missing comma.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/realpath/realpath.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/realpath/realpath.1
diff -u src/usr.bin/realpath/realpath.1:1.2 src/usr.bin/realpath/realpath.1:1.3
--- src/usr.bin/realpath/realpath.1:1.2 Thu Jul 21 09:47:31 2022
+++ src/usr.bin/realpath/realpath.1 Thu Jul 21 09:51:53 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: realpath.1,v 1.2 2022/07/21 09:47:31 kre Exp $
+.\" $NetBSD: realpath.1,v 1.3 2022/07/21 09:51:53 wiz Exp $
.\"-
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -77,7 +77,7 @@ The
.Fl e
option reverses the effect of
.Fl E ,
-requiring the
+requiring the
.Ar path
to resolve to an existing pathname.
.Pp
@@ -103,7 +103,7 @@ the
.Fl q
option is irrelevant.
.Sh SEE ALSO
-.Xr readlink 1
+.Xr readlink 1 ,
.Xr realpath 3
.Sh STANDARDS
The