Subject: Re: mktemp(1) synopsis; calling it without arguments
To: None <tech-userlevel@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-userlevel
Date: 09/17/2006 10:53:34
On Sun, 17 Sep 2006, Tilman Kranz wrote:
> I attached a unified diff against "mktemp.1" revision "1.13.2.1".
> 
> The synopsis section is modified to
> 
>      mktemp [-d] [-q] [-u] [-t prefix | template ...]

I think that should use curly braces to indicate a non-optional
choice:

     mktemp [-d] [-q] [-u] {-t prefix | template ...}

> +.Oo
> +.Fl t Ar prefix
> +.Sy |
> +.Ar template
> +.Li ...
> +.Oc

.Bro
.Fl t Ar Prefix
.No |
.Ar template ...
.Brc

--apb (Alan Barrett)