On Sat, Jul 30, 2005 at 01:26:54AM -0400, A Costa wrote:
> Found a few typos in '/usr/share/man/man8/fgetty.8.gz', see attached '.diff'.
> 
> Hope this helps...

Hi,

> --- - 2005-07-30 01:26:30.896620000 -0400
> +++ /tmp/fgetty8.gz.15587     2005-07-30 01:26:30.000000000 -0400
> @@ -39,10 +39,10 @@
>  the architecture identifier of the machine (eg: i586)
>  .TP
>  n
> -the nodename of the machine, also known as the hostname. (eg: sirius)
> +the node name of the machine, also known as the hostname. (eg: sirius)
>  .TP
>  o
> -the domainname of the machine. (eg: (none))
> +the domain name of the machine. (eg: (none))
>  .TP
>  r
>  the release number of the OS. (eg: 2.4.3-i)

hmm, I'm not sure that's really a correction.

 $ find /usr/share/man -name \*.gz |xargs zgrep 'nodename' |wc -l
 34
 $ find /usr/share/man -name \*.gz |xargs zgrep 'node name' |wc -l
 4
 $ find /usr/share/man -name \*.gz |xargs zgrep 'domainname' |wc -l
 117
 $ find /usr/share/man -name \*.gz |xargs zgrep 'domain name' |wc -l
 345
 $ 

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to