diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2013-08-29 02:33:28 +0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-08-30 11:59:42 -0400 |
commit | a9478106a12424322498e53cf7cd75bd8a4d6004 (patch) | |
tree | 3c354e0c751a24f59a2ad6fa5965e59f257c4931 /usr/src/pkg/manifests/system-kernel.man9p.inc | |
parent | 5253393b09789ec67bec153b866d7285a1cf1645 (diff) | |
download | illumos-joyent-a9478106a12424322498e53cf7cd75bd8a4d6004.tar.gz |
3600 edit(1) is a bad .so reference
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg/manifests/system-kernel.man9p.inc')
-rw-r--r-- | usr/src/pkg/manifests/system-kernel.man9p.inc | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/usr/src/pkg/manifests/system-kernel.man9p.inc b/usr/src/pkg/manifests/system-kernel.man9p.inc index 98d4823b2c..b19f99f5c9 100644 --- a/usr/src/pkg/manifests/system-kernel.man9p.inc +++ b/usr/src/pkg/manifests/system-kernel.man9p.inc @@ -9,21 +9,28 @@ # at http://www.illumos.org/license/CDDL. # +# # Copyright 2011, Richard Lowe +# Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# -file path=usr/share/man/man9p/Nblock.9p -file path=usr/share/man/man9p/blksize.9p file path=usr/share/man/man9p/ddi-forceattach.9p -file path=usr/share/man/man9p/ddi-no-autodetach.9p -file path=usr/share/man/man9p/device-blksize.9p -file path=usr/share/man/man9p/device-nblocks.9p file path=usr/share/man/man9p/inquiry-device-type.9p -file path=usr/share/man/man9p/inquiry-product-id.9p -file path=usr/share/man/man9p/inquiry-revision-id.9p -file path=usr/share/man/man9p/inquiry-serial-no.9p -file path=usr/share/man/man9p/inquiry-vendor-id.9p file path=usr/share/man/man9p/no-involuntary-power-cycles.9p file path=usr/share/man/man9p/pm-components.9p file path=usr/share/man/man9p/pm.9p file path=usr/share/man/man9p/removable-media.9p file path=usr/share/man/man9p/size.9p +link path=usr/share/man/man9p/Nblock.9p target=size.9p +link path=usr/share/man/man9p/blksize.9p target=size.9p +link path=usr/share/man/man9p/ddi-no-autodetach.9p target=ddi-forceattach.9p +link path=usr/share/man/man9p/device-blksize.9p target=size.9p +link path=usr/share/man/man9p/device-nblocks.9p target=size.9p +link path=usr/share/man/man9p/inquiry-product-id.9p \ + target=inquiry-device-type.9p +link path=usr/share/man/man9p/inquiry-revision-id.9p \ + target=inquiry-device-type.9p +link path=usr/share/man/man9p/inquiry-serial-no.9p \ + target=inquiry-device-type.9p +link path=usr/share/man/man9p/inquiry-vendor-id.9p \ + target=inquiry-device-type.9p |