diff options
author | mpp <mpp@FreeBSD.org> | 1996-05-02 22:34:19 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-05-02 22:34:19 +0000 |
commit | 365cd3914b6a49bf08750e724f3c3acb6b722cbe (patch) | |
tree | 8c834d604fc2c77894b2dccb67a49086e09268ab /sbin | |
parent | 7dad665664d82142d979dc0c80aa4d54a7bc2b56 (diff) | |
download | FreeBSD-src-365cd3914b6a49bf08750e724f3c3acb6b722cbe.zip FreeBSD-src-365cd3914b6a49bf08750e724f3c3acb6b722cbe.tar.gz |
Specify FreeBSd on the .Os line, since this is a FreeBSD-specific
program. Use the .Fx (FreeBSD) macro in the HISTORY section.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dset/dset.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/dset/dset.8 b/sbin/dset/dset.8 index 3fd0778..c1aa5e9 100644 --- a/sbin/dset/dset.8 +++ b/sbin/dset/dset.8 @@ -23,11 +23,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: dset.8,v 1.1 1996/05/02 21:47:45 joerg Exp $ .\" " .Dd May 2, 1996 .Dt DSET 8 -.Os +.Os FreeBSD .Sh NAME .Nm dset .Nd "update the boot file to the current configuration" @@ -76,5 +76,4 @@ will be printed to standard error output. The .Nm command appeared in -.Tn FreeBSD -2.0.5. +.Fx 2.0.5 . |