Module Name: src Committed By: kre Date: Tue Aug 25 19:42:02 UTC 2020
Modified Files: src/bin/sh: sh.1 Log Message: Idiot typo, generated by an idiot, fixed by the same one. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/bin/sh/sh.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/sh/sh.1 diff -u src/bin/sh/sh.1:1.226 src/bin/sh/sh.1:1.227 --- src/bin/sh/sh.1:1.226 Fri Aug 21 08:14:45 2020 +++ src/bin/sh/sh.1 Tue Aug 25 19:42:02 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: sh.1,v 1.226 2020/08/21 08:14:45 wiz Exp $ +.\" $NetBSD: sh.1,v 1.227 2020/08/25 19:42:02 kre Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -1861,7 +1861,7 @@ can result in multiple fields being prod not because of field-splitting. If unquoted, each field produced by -.Dv $ \" $@ +.Dv $@ \" $@ is subject to field splitting. .El .Pp