* [gentoo-user] man ksh appears not to be about the korn shell
@ 2005-10-03 21:41 Harry Putnam
2005-10-04 8:46 ` Harald Arnesen
0 siblings, 1 reply; 6+ messages in thread
From: Harry Putnam @ 2005-10-03 21:41 UTC (permalink / raw
To: gentoo-user
Has anyone else noticed that man ksh displays a page that at least
appears not to be about ksh93 or the newer korn shell?
The first three items:
NAME
sh, rsh, pfsh - shell, the standard/restricted command and
programming
language
SYNOPSIS
sh [ +-abcefhikmnoprstuvxCDP ] [ -R file ] [ +-o option ] ... [
- ] [
arg ... ]
rsh [ +-abcefhikmnoprstuvxCD ] [ -R file ] [ +-o option ] ...
[ - ] [
arg ... ]
DESCRIPTION
Sh is a command and programming language that executes commands
read from a terminal or a file. Rsh is a restricted version of
the standard command interpreter sh; it is used to set up login
names and execution environments whose capabilities are more
controlled than those of the standard shell. Rpfsh is a
profile shell version of the standard com- mand interpreter sh;
it is used to to execute commands with the attributes specified
by the user's profiles (see pfexec(1)). See Invo- cation below
for the meaning of arguments to the shell.
Is this somekind of error?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] man ksh appears not to be about the korn shell
2005-10-03 21:41 [gentoo-user] man ksh appears not to be about the korn shell Harry Putnam
@ 2005-10-04 8:46 ` Harald Arnesen
2005-10-04 13:37 ` [gentoo-user] " Harry Putnam
0 siblings, 1 reply; 6+ messages in thread
From: Harald Arnesen @ 2005-10-04 8:46 UTC (permalink / raw
To: gentoo-user
Harry Putnam <reader@newsguy.com> writes:
> Has anyone else noticed that man ksh displays a page that at least
> appears not to be about ksh93 or the newer korn shell?
>
> The first three items:
>
> NAME
> sh, rsh, pfsh - shell, the standard/restricted command and
> programming
> language
Not here:
$ man ksh
KSH(1) KSH(1)
NAME
ksh, rksh, pfksh - KornShell, a standard/restricted command and pro-
gramming language
--
Hilsen Harald.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: man ksh appears not to be about the korn shell
2005-10-04 8:46 ` Harald Arnesen
@ 2005-10-04 13:37 ` Harry Putnam
2005-10-04 19:56 ` Harald Arnesen
2005-10-05 2:00 ` Nick Rout
0 siblings, 2 replies; 6+ messages in thread
From: Harry Putnam @ 2005-10-04 13:37 UTC (permalink / raw
To: gentoo-user
Harald Arnesen <harald@skogtun.org> writes:
> Not here:
>
> $ man ksh
>
> KSH(1) KSH(1)
>
>
>
> NAME
> ksh, rksh, pfksh - KornShell, a standard/restricted command and pro-
> gramming language
>
Gack, what is the date on your man page?
Here it is:
ls -l /usr/share/man/man1/ksh.1.gz
-rw-r--r-- 1 root root 42519 Mar 23 2005 \
/usr/share/man/man1/ksh.1.gz
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: man ksh appears not to be about the korn shell
2005-10-04 13:37 ` [gentoo-user] " Harry Putnam
@ 2005-10-04 19:56 ` Harald Arnesen
2005-10-05 2:00 ` Nick Rout
1 sibling, 0 replies; 6+ messages in thread
From: Harald Arnesen @ 2005-10-04 19:56 UTC (permalink / raw
To: gentoo-user
Harry Putnam <reader@newsguy.com> writes:
> Harald Arnesen <harald@skogtun.org> writes:
>
>> Not here:
>>
>> $ man ksh
>>
>> KSH(1) KSH(1)
>>
>>
>>
>> NAME
>> ksh, rksh, pfksh - KornShell, a standard/restricted command and pro-
>> gramming language
>>
>
> Gack, what is the date on your man page?
>
> Here it is:
> ls -l /usr/share/man/man1/ksh.1.gz
> -rw-r--r-- 1 root root 42519 Mar 23 2005 \
> /usr/share/man/man1/ksh.1.gz
$ ls -l /usr/share/man/man1/ksh.1.gz
-rw-r--r-- 1 root root 42679 May 3 16:03 /usr/share/man/man1/ksh.1.gz
--
Hilsen Harald.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: man ksh appears not to be about the korn shell
2005-10-04 13:37 ` [gentoo-user] " Harry Putnam
2005-10-04 19:56 ` Harald Arnesen
@ 2005-10-05 2:00 ` Nick Rout
2005-10-05 3:11 ` Harry Putnam
1 sibling, 1 reply; 6+ messages in thread
From: Nick Rout @ 2005-10-05 2:00 UTC (permalink / raw
To: gentoo-user
which korn shell do you have installed. I can count thre of them in
portage:
ksh
mksh
pdksh
On Tue, 04 Oct 2005 08:37:10 -0500
Harry Putnam wrote:
> Harald Arnesen <harald@skogtun.org> writes:
>
> > Not here:
> >
> > $ man ksh
> >
> > KSH(1) KSH(1)
> >
> >
> >
> > NAME
> > ksh, rksh, pfksh - KornShell, a standard/restricted command and pro-
> > gramming language
> >
>
> Gack, what is the date on your man page?
>
> Here it is:
> ls -l /usr/share/man/man1/ksh.1.gz
> -rw-r--r-- 1 root root 42519 Mar 23 2005 \
> /usr/share/man/man1/ksh.1.gz
>
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: man ksh appears not to be about the korn shell
2005-10-05 2:00 ` Nick Rout
@ 2005-10-05 3:11 ` Harry Putnam
0 siblings, 0 replies; 6+ messages in thread
From: Harry Putnam @ 2005-10-05 3:11 UTC (permalink / raw
To: gentoo-user
Nick Rout <nick@rout.co.nz> writes:
> which korn shell do you have installed. I can count thre of them in
> portage:
>
> ksh
> mksh
> pdksh
* app-shells/ksh
Latest version available: 93.20040229
Latest version installed: 93.20040229
Size of downloaded files: 3,209 kB
Homepage: http://www.kornshell.com/
Description: The Original Korn Shell, 1993 revision (ksh93)
License: ATT
Neither mksh or pdksh are really `Korn' shells far as I know.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-05 3:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 21:41 [gentoo-user] man ksh appears not to be about the korn shell Harry Putnam
2005-10-04 8:46 ` Harald Arnesen
2005-10-04 13:37 ` [gentoo-user] " Harry Putnam
2005-10-04 19:56 ` Harald Arnesen
2005-10-05 2:00 ` Nick Rout
2005-10-05 3:11 ` Harry Putnam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox