Index: boxsym-rnd.5 =================================================================== --- boxsym-rnd.5 (revision 9355) +++ boxsym-rnd.5 (revision 9356) @@ -98,6 +98,7 @@ loc left dir in invcirc + funcmap end pin .fi @@ -129,6 +130,14 @@ .BR label is present its value (anything written after "label") is printed within the box next to the pin instead of the pin name. +.PP +If +.BR funcmap +is present, the label is replaced with a dyntext that prints abstract attribute funcmap/name. This is useful for symbols +that are going to use a funcmap (alternate pin function mapping). The +funcmap file is normally also referenced from the component, setting +the funcmap attribute to the funcmap file name. + .SS Arranging pins .PP Index: boxsym-rnd.5.html =================================================================== --- boxsym-rnd.5.html (revision 9355) +++ boxsym-rnd.5.html (revision 9356) @@ -116,6 +116,7 @@ loc left dir in invcirc + funcmap end pin @@ -142,6 +143,13 @@ If label is present its value (anything written after "label") is printed within the box next to the pin instead of the pin name. +

+If funcmap is present, the label is replaced with a dyntext that prints abstract attribute funcmap/name. This is useful for symbols +that are going to use a funcmap (alternate pin function mapping). The +funcmap file is normally also referenced from the component, setting +the funcmap attribute to the funcmap file name. + +

Arranging pins

Index: boxsym-rnd.5.mml =================================================================== --- boxsym-rnd.5.mml (revision 9355) +++ boxsym-rnd.5.mml (revision 9356) @@ -93,6 +93,7 @@ loc left dir in invcirc + funcmap end pin

@@ -112,6 +113,12 @@

If label is present its value (anything written after "label") is printed within the box next to the pin instead of the pin name. +

+ If funcmap is present, the label is replaced with a dyntext + that prints abstract attribute funcmap/name. This is useful for symbols + that are going to use a funcmap (alternate pin function mapping). The + funcmap file is normally also referenced from the component, setting + the funcmap attribute to the funcmap file name.