mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
Mention that the special files are created in the current working
directory. Suggested by Scott Cheloha. discussed with jmc
This commit is contained in:
parent
0a8992d02f
commit
6c6995f270
@ -1,7 +1,7 @@
|
|||||||
define(COMM,`.\"')dnl
|
define(COMM,`.\"')dnl
|
||||||
include(MAKEDEV.mansub)dnl
|
include(MAKEDEV.mansub)dnl
|
||||||
dnl
|
dnl
|
||||||
vers(a, {-$OpenBSD: MAKEDEV.man,v 1.8 2016/03/12 17:59:27 espie Exp $-})dnl
|
vers(a, {-$OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp $-})dnl
|
||||||
dnl
|
dnl
|
||||||
define(quote,{-.Dq $1
|
define(quote,{-.Dq $1
|
||||||
-})dnl
|
-})dnl
|
||||||
@ -49,7 +49,7 @@ show_vers()dnl <-- now that all files are included, show versions
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: March 12 2016 $
|
.Dd $Mdocdate: June 6 2017 $
|
||||||
.Dt MAKEDEV 8 MACHINE
|
.Dt MAKEDEV 8 MACHINE
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -71,6 +71,7 @@ for a more complete discussion of special files.
|
|||||||
.Nm
|
.Nm
|
||||||
takes any number of device names as arguments, where the names are
|
takes any number of device names as arguments, where the names are
|
||||||
the common abbreviation for the device or group of devices.
|
the common abbreviation for the device or group of devices.
|
||||||
|
Files are created in the current working directory.
|
||||||
.Pp
|
.Pp
|
||||||
Where a device name is followed by a star
|
Where a device name is followed by a star
|
||||||
.Sq * ,
|
.Sq * ,
|
||||||
|
Loading…
Reference in New Issue
Block a user