diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-09-02 14:05:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-09-02 14:05:59 +0000 |
commit | c1f6cdad0e109782c660d81745a43892a38d440c (patch) | |
tree | d8381cf257bd5c65238a5565cca11d9a0cb6603a /bin | |
parent | dfcd269f3f7a381d4cc4ebd5f6e22a54868f14ff (diff) |
Typo; addresses pr/2038 from tim@robbins.dropbear.id.au
Diffstat (limited to 'bin')
-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, |