On Thu, 29 Nov 2012, Frank Wille wrote: > > Please fill in the holes and improve this. > > Looks good to me. > > Just a small typo: > --- mkubootimg.1.orig 2012-11-29 23:21:44.000000000 +0100 > +++ mkubootimg.1 2012-11-29 23:25:16.000000000 +0100 > @@ -62,7 +62,7 @@ > Sets the image load address. > This is an integer between 0 and ULONG_MAX. > This is required. > -.It Fl C No ( bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none NS ) > +.It Fl C No ( bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none Ns ) > .\" TODO: fix the ) ] at end of above > Defines the compression. > The default is > > > I can confirm the magic ID in this man page. But unfortunately I have > no idea how to solve the "] )" problem in the synopsis.
Thank you. I added it to src/usr.bin/mkubootimage/mkubootimage.1 but not added to Makefile no distrib sets yet. Feel free to make improvements there. I fixed the ] ) problem by using Po and Pc macros instead of ( ).