Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/realpath Add missing comma.
details: https://anonhg.NetBSD.org/src/rev/f1b7228fff36
branches: trunk
changeset: 368602:f1b7228fff36
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jul 21 09:51:53 2022 +0000
description:
Add missing comma.
diffstat:
usr.bin/realpath/realpath.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r da562c4e7aac -r f1b7228fff36 usr.bin/realpath/realpath.1
--- a/usr.bin/realpath/realpath.1 Thu Jul 21 09:47:31 2022 +0000
+++ b/usr.bin/realpath/realpath.1 Thu Jul 21 09:51:53 2022 +0000
@@ -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 @@
.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 @@
.Fl q
option is irrelevant.
.Sh SEE ALSO
-.Xr readlink 1
+.Xr readlink 1 ,
.Xr realpath 3
.Sh STANDARDS
The
Home |
Main Index |
Thread Index |
Old Index