public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Total lack of accurate documentation!
@ 1999-02-24 12:37 Timothy Reaves
  1999-02-24 13:03 ` Re[2]: " Paul Sokolovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Timothy Reaves @ 1999-02-24 12:37 UTC (permalink / raw)
  To: cygwin

WOW!

First, it's nice to know that this list is populated by so many thin
skinned jerks that don't mind typing off a quick e-mail who's contents
they'd NEVER say to someone's face!

I have no problem helping write documentation.  First I need to learn
the product.  This would be facilitated by easier access to the mailing
list except my mail server refuses to let me connect to the cygwin one.
Something about a known source of spam or some such.  Never seen that
before.

As I can not actually respond the e-mail vie the 'reply' function, I'll
try this.

Relating to what DJ Delorie said:  thanks for the note.  Having only one
person handling documentation for a product this size must really suck!
I'll try and compile a list of stuff I've found to be inaccurate and
forward them.  Until then, is there anything in particular you could use
some help with?

As two the two problems I mentioned, yes, the alias was fixed by
removing the spaces.  Several people mentioned the mount issue, though I
didn't understand fully their intent.  If I do a 'mount' I can see where
d:\temp is mounted to /tmp.  I can cd to /tmp. But /tmp does not show up
in a ls -la.

So I tried a few of the suggestions.  I umounted /tmp, did a mkdir /tmp,
mount d:\temp /tmp, then a ls -la /.  I got an error ls: /tmp: no such
file or directory.  I don't understand this either.  I did not do a ls
-la /tmp.  Just /.  So I umounted /tmp, deleted /tmp, and now nothing
relating to /tmp works.  I can no longer even do a mkdir /tmp as I get
the error - mkdir: cannot make directory '/tmp': No such file or
directory.

Under unix this never would have been an issue, so apparently I just
don't understand the port.  Can someone point out where I screwed up?




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: Total lack of accurate documentation!
@ 1999-02-25 13:23 Earnie Boyd
  1999-02-28 23:02 ` Earnie Boyd
  0 siblings, 1 reply; 28+ messages in thread
From: Earnie Boyd @ 1999-02-25 13:23 UTC (permalink / raw)
  To: Timothy Reaves, cygwin

---Timothy Reaves <treaves@y11a165.neo.rr.com> wrote:
>
>      I downloaded this product, and initially said WOW.  That changesd
> meaning as I began to look around at the documentation.  Sad.  There
is
> much missing and a lot of what is there is outright wrong!
> 
>     Does anyone know if this is due to rapid changes in the product,
or
> slow documentation people?  I have tried to use the search feature to
> search the past mails, but their search engine is broke due to a mount
> problem it looks like.
> 
>     There are two things I'd like to know off the bat:
>     1) If I have /tmp mounted on d:\temp, and can do cd /tmp, why does
> /tmp not show up when I
>          do  a ls -la / ?

The filesystem emulation is broken on this point.  Hopefully it will
be fixed by the next release.

Did you try it with a mount point created at /?  
I.E.: mkdir /tmp; mount d:\\temp /tmp

Although this will change the `ls -la /' to display the /tmp if you
`ls -la tmp' it will display the mount point directory which will be
empty instead of the mounted directory.

>     2) I have the following line in my .bashrc file, copied from
linux.
>             alias dir = 'ls -la --color=yes'
>         when I start bash, I get the following errors:
>                     bash: alias: 'dir' not found
>                     bash: alias: '=' not found
> 

Remove the spaces.  bash requires: alias dir='ls -la --color=yes'

==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread
* RE: Total lack of accurate documentation!
@ 1999-02-24 14:37 Andrew Dalgleish
  1999-02-28 23:02 ` Andrew Dalgleish
  0 siblings, 1 reply; 28+ messages in thread
From: Andrew Dalgleish @ 1999-02-24 14:37 UTC (permalink / raw)
  To: Timothy Reaves, cygwin

> -----Original Message-----
> From:	Timothy Reaves [SMTP:treaves@y11a165.neo.rr.com]
> Sent:	1999 February 25, Thursday 06:13
> To:	cygwin@sourceware.cygnus.com
> Subject:	Total lack of accurate documentation!
> 
>      I downloaded this product, and initially said WOW.  That changesd
> meaning as I began to look around at the documentation.  Sad.  There
> is
> much missing and a lot of what is there is outright wrong!
> 
>     Does anyone know if this is due to rapid changes in the product,
> or
> slow documentation people?  I have tried to use the search feature to
> search the past mails, but their search engine is broke due to a mount
> problem it looks like.
> 
>     There are two things I'd like to know off the bat:
>     1) If I have /tmp mounted on d:\temp, and can do cd /tmp, why does
> /tmp not show up when I
>          do  a ls -la / ?
>     2) I have the following line in my .bashrc file, copied from
> linux.
>             alias dir = 'ls -la --color=yes'
>         when I start bash, I get the following errors:
>                     bash: alias: 'dir' not found
>                     bash: alias: '=' not found
[Andrew Dalgleish]  
You have spaces around your equals sign.
378$ alias dir = ls
bash.exe: alias: `dir' not found
bash.exe: alias: `=' not found
alias ls='ls --color=tty -F'
379$ alias dir=ls
380$


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Total lack of accurate documentation!
@ 1999-02-24 11:09 Timothy Reaves
       [not found] ` < 36D44F22.EE44A099@y11a165.neo.rr.com >
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Timothy Reaves @ 1999-02-24 11:09 UTC (permalink / raw)
  To: cygwin

     I downloaded this product, and initially said WOW.  That changesd
meaning as I began to look around at the documentation.  Sad.  There is
much missing and a lot of what is there is outright wrong!

    Does anyone know if this is due to rapid changes in the product, or
slow documentation people?  I have tried to use the search feature to
search the past mails, but their search engine is broke due to a mount
problem it looks like.

    There are two things I'd like to know off the bat:
    1) If I have /tmp mounted on d:\temp, and can do cd /tmp, why does
/tmp not show up when I
         do  a ls -la / ?
    2) I have the following line in my .bashrc file, copied from linux.
            alias dir = 'ls -la --color=yes'
        when I start bash, I get the following errors:
                    bash: alias: 'dir' not found
                    bash: alias: '=' not found

    Any ideas?.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~1999-02-28 23:02 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-24 12:37 Total lack of accurate documentation! Timothy Reaves
1999-02-24 13:03 ` Re[2]: " Paul Sokolovsky
1999-02-25 13:56   ` Corinna Vinschen
1999-02-26  2:32     ` Re[2]: " Paul Sokolovsky
1999-02-28 23:02       ` Paul Sokolovsky
1999-02-28 23:02     ` Corinna Vinschen
1999-02-28 23:02   ` Re[2]: " Paul Sokolovsky
     [not found] ` < 36D463C4.E65C2961@y11a165.neo.rr.com >
1999-02-24 13:45   ` DJ Delorie
1999-02-28 23:02     ` DJ Delorie
1999-02-28 23:02 ` Timothy Reaves
  -- strict thread matches above, loose matches on Subject: below --
1999-02-25 13:23 Earnie Boyd
1999-02-28 23:02 ` Earnie Boyd
1999-02-24 14:37 Andrew Dalgleish
1999-02-28 23:02 ` Andrew Dalgleish
1999-02-24 11:09 Timothy Reaves
     [not found] ` < 36D44F22.EE44A099@y11a165.neo.rr.com >
1999-02-24 11:33   ` DJ Delorie
     [not found]     ` < 199902241933.OAA31698@envy.delorie.com >
1999-02-24 11:56       ` Christopher Faylor
     [not found]         ` < 19990224145635.C26668@cygnus.com >
1999-02-24 12:11           ` DJ Delorie
     [not found]             ` < 199902242010.PAA31965@envy.delorie.com >
1999-02-24 18:08               ` Pierre A. Humblet
1999-02-28 23:02                 ` Pierre A. Humblet
1999-02-28 23:02             ` DJ Delorie
1999-02-28 23:02         ` Christopher Faylor
1999-02-28 23:02     ` DJ Delorie
1999-02-24 11:36   ` Paul Kinnucan
1999-02-28 23:02     ` Paul Kinnucan
1999-02-24 23:38 ` Heinz-Jürgen Oertel
1999-02-28 23:02   ` Heinz-Jürgen Oertel
1999-02-28 23:02 ` Timothy Reaves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).