On Fri, Mar 26, 2010 at 08:49:32PM +0100, LEVAI Daniel wrote:
> Hi!
> 
> 
> I've noticed that ksh's man page mentions mknod's b(lock) and c(har)
> device parameters as optional, but they are mandatory. Does the following
> diff make sense?:
> 
> --- ksh.1.old 2010-02-26 18:54:15.000000000 +0100
> +++ ksh.1     2010-03-26 20:38:44.601680717 +0100
> @@ -3331,7 +3331,7 @@
>  .Ic mknod
>  .Op Fl m Ar mode
>  .Ar name
> -.Op Cm b | Cm c
> +.Cm b | c
>  .Ar major minor
>  .Xc
>  .It Xo
> 

fixed thanks. we also update the relevant parts of mknod(8).
jmc

Reply via email to