diff options
author | wosch <wosch@FreeBSD.org> | 1996-09-28 18:36:51 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-09-28 18:36:51 +0000 |
commit | 8f68e38e5e54a242e2e5339babcd92be8a583db7 (patch) | |
tree | ecdb362e859555a1e40e3e2cf6958794c50a5c5c /contrib/groff | |
parent | 1b3dbceedf261557daf4ecf720be73743206f61c (diff) | |
download | FreeBSD-src-8f68e38e5e54a242e2e5339babcd92be8a583db7.zip FreeBSD-src-8f68e38e5e54a242e2e5339babcd92be8a583db7.tar.gz |
Import Nx macro - NetBSD
Obtained from: NetBSD
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 7953e62..6d9bfb1 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -165,6 +165,34 @@ . if "\\$1"2.2" \&\\*(tNFreeBSD\\*(aa 2.2\\*(aa .\} .. +.\" Ns Nx macro - NetBSD +.\" +.\" Please try to keep this macros in sync with NetBSD! +.de Nx +.nr cF \\n(.f +.nr cZ \\n(.s +.ds aa \&\f\\n(cF\s\\n(cZ +.if \\n(.$==2 \{\ +. if "\\$1"0.8" \&\\*(tNNetBSD\\*(aa 0.8\\*(aa\\$2 +. if "\\$1"0.8a" \&\\*(tNNetBSD\\*(aa 0.8a\\*(aa\\$2 +. if "\\$1"0.9" \&\\*(tNNetBSD\\*(aa 0.9\\*(aa\\$2 +. if "\\$1"0.9a" \&\\*(tNNetBSD\\*(aa 0.9a\\*(aa\\$2 +. if "\\$1"1.0" \&\\*(tNNetBSD\\*(aa 1.0\\*(aa\\$2 +. if "\\$1"1.0a" \&\\*(tNNetBSD\\*(aa 1.0a\\*(aa\\$2 +. if "\\$1"1.1" \&\\*(tNNetBSD\\*(aa 1.1\\*(aa\\$2 +. if "\\$1"1.2" \&\\*(tNNetBSD\\*(aa 1.2\\*(aa\\$2 +.\} +.if \\n(.$==1 \{\ +. if "\\$1"0.8" \&\\*(tNNetBSD\\*(aa 0.8\\*(aa +. if "\\$1"0.8a" \&\\*(tNNetBSD\\*(aa 0.8a\\*(aa +. if "\\$1"0.9" \&\\*(tNNetBSD\\*(aa 0.9\\*(aa +. if "\\$1"0.9a" \&\\*(tNNetBSD\\*(aa 0.9a\\*(aa +. if "\\$1"1.0" \&\\*(tNNetBSD\\*(aa 1.0\\*(aa +. if "\\$1"1.0a" \&\\*(tNNetBSD\\*(aa 1.0a\\*(aa +. if "\\$1"1.1" \&\\*(tNNetBSD\\*(aa 1.1\\*(aa +. if "\\$1"1.2" \&\\*(tNNetBSD\\*(aa 1.2\\*(aa +.\} +.. .\" The Bt macro should go away now .\" Ns Bt macro - prints "is currently in beta test." (HISTORY section) .de Bt |