Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mknod Use .Nm instead of .Xr mknod, and sort options in...



details:   https://anonhg.NetBSD.org/src/rev/a6f28ce92987
branches:  trunk
changeset: 546939:a6f28ce92987
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 09 09:15:20 2003 +0000

description:
Use .Nm instead of .Xr mknod, and sort options in HISTORY (incl. mdoc and grammar nit fixes).

diffstat:

 sbin/mknod/mknod.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1dbc3d5d1eee -r a6f28ce92987 sbin/mknod/mknod.8
--- a/sbin/mknod/mknod.8        Fri May 09 09:10:06 2003 +0000
+++ b/sbin/mknod/mknod.8        Fri May 09 09:15:20 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mknod.8,v 1.24 2003/05/08 11:36:28 lukem Exp $
+.\"    $NetBSD: mknod.8,v 1.25 2003/05/09 09:15:20 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -192,7 +192,7 @@
 .Ar bsdos
 format, for compatibility with the
 .Bsx
-.Xr mknod 8 ) .
+.Nm ) .
 .It Ar number
 A single opaque device number.
 Useful for netbooted computers which require device numbers packed
@@ -215,7 +215,7 @@
 option appeared in
 .Nx 1.4 .
 The
-.Fl r , R , g, m
+.Fl g , m , r , R ,
 and
 .Fl u
 options appeared in



Home | Main Index | Thread Index | Old Index