diff options
author | pluknet <pluknet@FreeBSD.org> | 2014-05-20 21:24:15 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2014-05-20 21:24:15 +0000 |
commit | 0a8f0580ffff138a893b62677b763b177cd2b11b (patch) | |
tree | 0518c2c2035109334d34d6313dd8c0fbdda10c7c /gnu | |
parent | 6071e2741b823a34d283e183a0f787541c838d82 (diff) | |
download | FreeBSD-src-0a8f0580ffff138a893b62677b763b177cd2b11b.zip FreeBSD-src-0a8f0580ffff138a893b62677b763b177cd2b11b.tar.gz |
Move Nx definition to a separate block.
Noticed by: ru (a while ago)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 4d56bef..3ee1093 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -62,6 +62,8 @@ .ds doc-operating-system-FreeBSD-10.0 10.0 .ds doc-operating-system-FreeBSD-10.1 10.1 .ds doc-operating-system-FreeBSD-11.0 11.0 +. +.\" Definitions for other *BSDs not (yet) in doc-common .ds doc-operating-system-NetBSD-7.0 7.0 . .\" Definitions not (yet) in doc-syms |