diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 06:13:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 06:13:02 +0000 |
commit | 715393a02c32849b9c0d122b3de9fc4a74adba7b (patch) | |
tree | ed8014bb5d683798715056252d894de14ff4a044 /bin | |
parent | 9d1c98f577b168d96347ac64554a1899f0fc38e3 (diff) |
remove some unneeded Xo/Xc calls; from evan silberman
the original diff had a couple of errors, which i've fixed
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index d60769e2763..1cbd58468f5 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.220 2023/10/20 18:51:09 schwarze Exp $ +.\" $OpenBSD: ksh.1,v 1.221 2024/09/25 06:13:01 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: October 20 2023 $ +.Dd $Mdocdate: September 25 2024 $ .Dt KSH 1 .Os .Sh NAME @@ -1800,10 +1800,8 @@ command may be used to list, change, and add to this cache (e.g.\& Brace expressions take the following form: .Bd -unfilled -offset indent .Sm off -.Xo .Ar prefix No { Ar str1 No ,..., .Ar strN No } Ar suffix -.Xc .Sm on .Ed .Pp |