Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 05:14:35 -0700 (PDT)
From:      gite vivek <alert@nixcraft.com>
To:        freebsd-doc@freebsd.org
Subject:   Re: freebsd-doc Digest, Vol 7, Issue 2
Message-ID:  <20030507121435.66869.qmail@web105.mail.yahoo.com>
In-Reply-To: <20030506190103.147F137B404@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--- freebsd-doc-request@freebsd.org wrote:
> Send freebsd-doc mailing list submissions to
> 	freebsd-doc@freebsd.org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> or, via email, send a message with subject or body
> 'help' to
> 	freebsd-doc-request@freebsd.org
> 
> You can reach the person managing the list at
> 	freebsd-doc-owner@freebsd.org
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of freebsd-doc digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: #!/bin/sh (Doug Barton)
>    2. Re: docs/50391: [PATCH] Incorrect information
> in a man (Jim Brown)
>    3. Re: docs/50463: [update] netstat(1) points to
> mbuf(9) which
>       doesn't	exist (Jim Brown)
>    4. Re: docs/51133: RSH environmental variable not
> described in
>       rcmd(3) (David Magda)
>    5. Re: docs/50463: [update] netstat(1) points to
> mbuf(9) which
>       doesn't exist (Tom Rhodes)
>    6. Re: docs/50463: [update] netstat(1) points to
> mbuf(9) which
>       doesn't	exist (Jim Brown)
>    7. Re: docs/50463: [update] netstat(1) points to
> mbuf(9) which
>       doesn't	exist (Kirill Ponomarew)
>    8. Re: How to capture FreeBSD installation Screen
> - for review
>       purpose (Murray Stokely)
>    9. Your message to freebsd-questions awaits
> moderator approval
>       (owner-freebsd-questions@freebsd.org)
>   10. docs/51845: [PATCH] catch up getfsstat.2 and
> statfs.2 with
>       reality (Lukas Ertl)
>   11. docs/51875: atkbd(4) adjustment (Jon Passki)
>   12. Re: docs/36459: [PATCH] tftp(1) manual's "get"
>       syntax/description	is confusing (Jim Brown)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 5 May 2003 13:47:55 -0700 (PDT)
> From: Doug Barton <DougB@FreeBSD.org>
> Subject: Re: #!/bin/sh
> To: Len Zettel <zettel@acm.org>
> Cc: freebsd-doc@freebsd.org
> Message-ID: <20030505134650.M3042@znfgre.qbhto.arg>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> On Mon, 5 May 2003, Len Zettel wrote:
> 
> > Sorry for the intrusion.  I am in the very early
> > stages of getting 5.0 up and running, and do
> > not yet have it on the internet, which means my
> > only communication with the wider world is now
> > Windoze.
> >
> > Got a message your web interface was disabled.
> >
> > Ennahoo, the following comment at the appropriate
> > place in your printer script example would have
> > saved me a fair amount of heartburn:
> >
> > #!/bin/sh
> > #
> > # The above line specifies this script is to be
> run
> > # under the Bourne shell.  It is command, not a
> > # comment.
> 
> Please don't take this the wrong way, but this is
> such a fundamental
> unix'y thing that adding such a comment would be a
> big waste of time.
> Anyone who needs to know already does, and anyone
> who makes that mistake
> only makes it once. :)
> 
> Doug

You can put the normal commands also not just shell
name.

Vivek 
> 
> -- 
> 
>     This .signature sanitized for your protection
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 5 May 2003 14:10:12 -0700 (PDT)
> From: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
> Subject: Re: docs/50391: [PATCH] Incorrect
> information in a man
> To: freebsd-doc@FreeBSD.org
> Message-ID:
> <200305052110.h45LACjk003126@freefall.freebsd.org>
> 
> The following reply was made to PR docs/50391; it
> has been noted by GNATS.
> 
> From: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
> To: freebsd-gnats-submit@FreeBSD.org,
> root@edcsm.jussieu.fr
> Cc:  
> Subject: Re: docs/50391: [PATCH] Incorrect
> information in a man
> Date: Mon, 5 May 2003 17:04:05 -0400
> 
>  Greetings,
>  
>  Here is a patch for docs/50391 regarding ipfw.8
>  
>  root@jpb-wks:/usr2/tmp/src/sbin/ipfw#cvs diff -u
> ipfw.8
>  Index: ipfw.8
> 
>
===================================================================
>  RCS file: /usr3/FreeBSD/src/sbin/ipfw/ipfw.8,v
>  retrieving revision 1.122
>  diff -u -r1.122 ipfw.8
>  --- ipfw.8      15 Mar 2003 01:13:00 -0000     
> 1.122
>  +++ ipfw.8      5 May 2003 20:59:43 -0000
>  @@ -834,7 +834,8 @@
>   Matches IP packets whose destination port is one
> of the port(s)
>   specified as argument.
>   .It Cm established
>  -Matches TCP packets that have the RST or ACK bits
> set.
>  +Matches TCP packets that have the ACK bit (or
>  +SYN + ACK bits during initial connection
> establishment) set.
>   .It Cm frag
>   Matches packets that are fragments and not the
> first
>   fragment of an IP datagram. Note that these
> packets will not have
>  
>  
>  Best Regards,
>  jpb
>  ===
>  
>  
>  
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 5 May 2003 17:00:27 -0700 (PDT)
> From: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
> Subject: Re: docs/50463: [update] netstat(1) points
> to mbuf(9) which
> 	doesn't	exist
> To: freebsd-doc@FreeBSD.org
> Message-ID:
> <200305060000.h4600RNK016323@freefall.freebsd.org>
> 
> The following reply was made to PR docs/50463; it
> has been noted by GNATS.
> 
> From: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
> To: freebsd-gnats-submit@FreeBSD.org,
> ponomarew@oberon.net
> Cc:  
> Subject: Re: docs/50463: [update] netstat(1) points
> to mbuf(9) which doesn't exist
> Date: Mon, 5 May 2003 19:50:33 -0400
> 
>  mbuf(9) does exist.
>  
>  Ensure your sources are up to date and:
>  
>  cd /usr/src
>  make all-man
>  make maninstall
>  
>  root@jpb-wks:/usr/share/man/man9#ls -l mbuf*
>  -r--r--r--  1 root  wheel  5619 May  5 19:31
> mbuf.9.gz
>  
>  Best Regards,
>  jpb
>  ===
>  
>  
>  
> 
=== message truncated ===



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030507121435.66869.qmail>