diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/mount_null | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/mount_null')
-rw-r--r-- | sbin/mount_null/mount_null.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index e90e9dab8ef..9707467ba91 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.6 1998/11/28 19:56:26 aaron Exp $ +.\" $OpenBSD: mount_null.8,v 1.7 1998/12/15 01:20:38 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -44,7 +44,7 @@ .Nm mount_null .Nd demonstrate the use of a null file system layer .Sh SYNOPSIS -.Nm +.Nm mount_null .Op Fl o Ar options .Ar target .Ar mount_point |