Module Name: src
Committed By: wiz
Date: Wed Feb 26 07:14:47 UTC 2020
Modified Files:
src/bin/echo: echo.1
Log Message:
Add some commas.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/bin/echo/echo.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/echo/echo.1
diff -u src/bin/echo/echo.1:1.18 src/bin/echo/echo.1:1.19
--- src/bin/echo/echo.1:1.18 Wed Feb 26 02:09:46 2020
+++ src/bin/echo/echo.1 Wed Feb 26 07:14:47 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: echo.1,v 1.18 2020/02/26 02:09:46 gutteridge Exp $
+.\" $NetBSD: echo.1,v 1.19 2020/02/26 07:14:47 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,8 +66,8 @@ and backslashes.
.Sh EXIT STATUS
.Ex -std echo
.Sh SEE ALSO
-.Xr csh 1
-.Xr ksh 1
+.Xr csh 1 ,
+.Xr ksh 1 ,
.Xr printf 1
.Sh STANDARDS
The