Tetsuro KURITA
tkuri****@users*****
2005年 12月 24日 (土) 00:40:04 JST
Index: CarbonEmacsPackage/GPL/SmartActivate/activate.1 diff -u /dev/null CarbonEmacsPackage/GPL/SmartActivate/activate.1:1.1 --- /dev/null Sat Dec 24 00:40:04 2005 +++ CarbonEmacsPackage/GPL/SmartActivate/activate.1 Sat Dec 24 00:40:03 2005 @@ -0,0 +1,36 @@ +.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples. +.\"See Also: +.\"man mdoc.samples for a complete listing of options +.\"man mdoc for the short list of editing options +.\"/usr/share/misc/mdoc.template +.Dd 05/12/19 \" DATE +.Dt activate 1 \" Program name and manual section number +.Os MacOS X +.Sh NAME \" Section Header - required - don't modify +.Nm activate +.\" Use .Nm macro to designate other names for the documented program. +.Nd activate an application process with bringing only one window \"This line parsed for whatis database. +.Sh SYNOPSIS \" Section Header - required - don't modify +.Nm +.Op Fl t Ar creator_type \" [-t Creator Type] +.Op Fl i Ar bundle_identifier \" [-i Bundle Identifier] +.Op Ar process_name \" [Process Name] +\" +.Sh DESCRIPTION \" Section Header - required - don't modify +This command activate a macintosh application proceess with bginging only one window. +.Pp \" Inserts a space +An appllication process is specified with following arguments: +.Bl -tag -width -indent \" Begins a tagged list +.It Fl t\ \&creator_type \"-t creator_type as a list item +spefifies the creator type for the application to activate. The creator type is the value of CFBundleSignagure of an application bundle. +.It Fl i\ \&bunldle_identifier +spcifies the bundle identifier for the application to activate. The bundle identifier is the value of CFBundleIdentifier of an application bundle. +.It process_name +specifies the process name for the application to activate, which is usually the name of then application process shown in menu bar. +.El \" Ends the list +.Pp +One of the above argument is required. If some arguments are given, the application process to meet all given conditions will be activated. +.Sh AUTHOR +Tetsuro KURITA, <tkuri****@mac*****> + +