diff options
author | 2001-09-02 14:05:58 +0000 | |
---|---|---|
committer | 2001-09-02 14:05:58 +0000 | |
commit | 422d889cbabd7c7b15032f48ff2db57d464cc140 (patch) | |
tree | 4c88e8200864adb2ff0616050b5beb1450a404a2 | |
parent | I don't even want to know how I could screw this up so bad and noone noticed. (diff) | |
download | wireguard-openbsd-422d889cbabd7c7b15032f48ff2db57d464cc140.tar.xz wireguard-openbsd-422d889cbabd7c7b15032f48ff2db57d464cc140.zip |
Typo; addresses pr/2038 from tim@robbins.dropbear.id.au
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 84ab371c12f..5c18eccca2e 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.45 2001/08/25 21:26:29 heko Exp $ +.\" $OpenBSD: ksh.1,v 1.46 2001/09/02 14:05:58 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2919,7 +2919,7 @@ is specified, all occurrences of are replaced with .Ar new . This command is usually accessed with the predefined -.Ic alias r='fx -e -' . +.Ic alias r='fc -e -' . .It Ic fg Op Ar job ... Resume the specified job(s) in the foreground. If no jobs are specified, diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index aaacf7ae69a..805db476676 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.45 2001/08/25 21:26:29 heko Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.46 2001/09/02 14:05:58 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2919,7 +2919,7 @@ is specified, all occurrences of are replaced with .Ar new . This command is usually accessed with the predefined -.Ic alias r='fx -e -' . +.Ic alias r='fc -e -' . .It Ic fg Op Ar job ... Resume the specified job(s) in the foreground. If no jobs are specified, diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index febf69a8a94..bcd826a4251 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.27 2001/08/25 21:26:29 heko Exp $ +.\" $OpenBSD: sh.1,v 1.28 2001/09/02 14:05:58 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2382,7 +2382,7 @@ is specified, all occurrences of are replaced with .Ar new . This command is usually accessed with the predefined -.Ic alias r='fx -e -' . +.Ic alias r='fc -e -' . .It Ic fg Op Ar job ... Resume the specified job(s) in the foreground. If no jobs are specified, diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 6c2683decd1..2b3d5d56a3f 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.27 2001/08/25 21:26:29 heko Exp $ +.\" $OpenBSD: sh.1tbl,v 1.28 2001/09/02 14:05:58 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2382,7 +2382,7 @@ is specified, all occurrences of are replaced with .Ar new . This command is usually accessed with the predefined -.Ic alias r='fx -e -' . +.Ic alias r='fc -e -' . .It Ic fg Op Ar job ... Resume the specified job(s) in the foreground. If no jobs are specified, |