diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
commit | 3a326477d408167211b14d9893909c9b3ffb5a6e (patch) | |
tree | 0fcdf8609fed6e70190262637181cde38629c950 /sbin/disklabel/disklabel.5 | |
parent | 61322226969582b51c351b2689fde9fbc68a2c9e (diff) |
Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;
millert@ ok
Diffstat (limited to 'sbin/disklabel/disklabel.5')
-rw-r--r-- | sbin/disklabel/disklabel.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index 8ef9a34da42..a9c975660bf 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.5,v 1.12 2001/12/13 20:16:48 mpech Exp $ +.\" $OpenBSD: disklabel.5,v 1.13 2001/12/21 11:41:50 mpech Exp $ .\" $NetBSD: disklabel.5,v 1.3 1995/03/18 14:54:36 cgd Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 @@ -104,7 +104,7 @@ Thus, the initial label for a disk or disk pack must be installed by writing to the raw disk. The .Dv DIOCGPDINFO -.Em ioctl +.Em ioctl operation gets the default label for a disk. This simulates the case where there is no physical label on the disk itself and can be used to |