diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2013-07-11 19:04:19 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2013-07-11 19:04:19 +0000 |
| commit | b00756346123ee29a988e96599e3bf9211860168 (patch) | |
| tree | 830b0cda7e4ed428a3f8c1de9c8ad3c472b288bf /gnu | |
| parent | 13a910015cfcb0c6f702ca6e3b4c32513208bd37 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 0852f23d9ab1..306a3b3a76e5 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -44,13 +44,14 @@ .ds doc-str-Lb-librtld_db Run-time Linker Debugging Library (librtld_db, \-lrtld_db) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~9.1 +.ds doc-default-operating-system FreeBSD\~9.2 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-7.4 7.4 .ds doc-operating-system-FreeBSD-8.3 8.3 .ds doc-operating-system-FreeBSD-8.4 8.4 .ds doc-operating-system-FreeBSD-9.1 9.1 +.ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-10.0 10.0 . .\" Definitions not (yet) in doc-syms |
