diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-09-24 19:15:12 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-09-24 19:15:12 +0000 |
commit | 2b1482932d6c3b3095b0c1c47460aa5ff261a903 (patch) | |
tree | 60a45c25e2529ba5981568af43f663c3a2b446f3 | |
parent | 27ffd0a1db09ffef5299597841408e65e9d4e7ef (diff) |
The 'newgrp' alias is explicitly disabled in our ksh, so do not mention
it in the manpage.
ok millert@
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 5c18eccca2e..91dd6ef4c94 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.46 2001/09/02 14:05:58 aaron Exp $ +.\" $OpenBSD: ksh.1,v 1.47 2001/09/24 19:15:11 camield Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -870,8 +870,6 @@ The following command aliases are defined automatically by the shell: .It .Ic login='exec login' .It -.Ic newgrp='exec newgrp' -.It .Ic nohup='nohup ' .It .Ic r='fc -e -' diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 805db476676..57455d77f2e 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.46 2001/09/02 14:05:58 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.47 2001/09/24 19:15:11 camield Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -870,8 +870,6 @@ The following command aliases are defined automatically by the shell: .It .Ic login='exec login' .It -.Ic newgrp='exec newgrp' -.It .Ic nohup='nohup ' .It .Ic r='fc -e -' |