diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-15 09:59:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-15 09:59:41 +0000 |
commit | e46fe0e3a97a2977ac72f7a85a6ac55cedbe4220 (patch) | |
tree | ae444a8a5bf3c7e0f21a802ab8a2413af45ff38f /share/tmac | |
parent | 62dbaf9a9f9b55e60cbefccd1b19d141e97ebc18 (diff) |
add bsdi/freebsd support
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index ff17133f853..eb96d23bd64 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.15 1998/08/14 04:49:26 millert Exp $ +.\" $OpenBSD: doc-syms,v 1.16 1998/08/15 09:59:40 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -189,6 +189,56 @@ . if "\\$1"," \&\\*(tNOpenBSD\\$1\\*(aa .\} .. +.\" NS Fx macro -- FreeBSD +.de Fx +.nr cF \\n(.f +.nr cZ \\n(.s +.ds aa \&\f\\n(cF\s\\n(cZ +.if \\n(aC==0 \{\ +. ie \\n(.$==0 \&\\*(tNFreeBSD\\*(aa +. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 +.\} +.if \\n(aC>\\n(aP \{\ +. nr aP \\n(aP+1 +. ie \\n(C\\n(aP==2 \{\ +. as b1 \&\\*(tNFreeBSD\ \&\\*(A\\n(aP\\*(aa +. ie \\n(aC>\\n(aP \{\ +. nr aP \\n(aP+1 +. nR +. \} +. el .aZ +. \} +. el \{\ +. as b1 \&\\*(tNFreeBSD\\*(aa +. nR +. \} +.\} +.. +.\" NS Bsx macro -- BSDI BSD/OS +.de Bsx +.nr cF \\n(.f +.nr cZ \\n(.s +.ds aa \&\f\\n(cF\s\\n(cZ +.if \\n(aC==0 \{\ +. ie \\n(.$==0 \&\\*(tNBSDI BSD/OS\\*(aa +. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 +.\} +.if \\n(aC>\\n(aP \{\ +. nr aP \\n(aP+1 +. ie \\n(C\\n(aP==2 \{\ +. as b1 \&\\*(tNBSDI BSD/OS\ \&\\*(A\\n(aP\\*(aa +. ie \\n(aC>\\n(aP \{\ +. nr aP \\n(aP+1 +. nR +. \} +. el .aZ +. \} +. el \{\ +. as b1 \&\\*(tNBSDI BSDI/OS\\*(aa +. nR +. \} +.\} +.. .\" Ns At macro - AT&T UNIX (this macro does not handle punctuation) .de At .nr cF \\n(.f |