Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/eject Whitespace fixes and formatting improvements.



details:   https://anonhg.NetBSD.org/src/rev/abff5b390448
branches:  trunk
changeset: 515872:abff5b390448
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 06 18:51:04 2001 +0000

description:
Whitespace fixes and formatting improvements.

diffstat:

 usr.bin/eject/eject.1 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 4af6e27007c8 -r abff5b390448 usr.bin/eject/eject.1
--- a/usr.bin/eject/eject.1     Sat Oct 06 18:48:30 2001 +0000
+++ b/usr.bin/eject/eject.1     Sat Oct 06 18:51:04 2001 +0000
@@ -1,10 +1,10 @@
-.\" $NetBSD: eject.1,v 1.9 2001/10/06 15:43:33 bjh21 Exp $
+.\" $NetBSD: eject.1,v 1.10 2001/10/06 18:51:04 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
-.\" by 
+.\" by
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -47,12 +47,14 @@
 .Op Fl t Ar device-type
 .Op Fl d
 .Ar device
-.Nm ""
+.Pp
+.Nm
 .Fl n
 .Sh DESCRIPTION
 The
 .Nm
-program ejects a medium from the specified device. It can also load a cdrom
+program ejects a medium from the specified device.
+It can also load a cdrom
 in the drive if this operation is supported by the hardware.
 The
 .Ar device
@@ -73,7 +75,7 @@
 .It Fl f
 Force the eject operation without attempting to unmount any filesystems first.
 .It Fl l
-Load media in the drive (only supporded for the cdrom device type).
+Load media in the drive (only supported for the cdrom device type).
 .It Fl L
 Lock the media into the drive (but see
 .Sx BUGS
@@ -96,10 +98,9 @@
 .It Fl v
 Display some of the actions taken on standard output.
 .El
-.Pp
 .Sh BUGS
 Most disk drivers automatically lock the media on the first open and
 unlock it on the last close, making
-.Ql eject -L
+.Ql Ic eject Fl L
 almost useless, since when it closes the device, it gets unlocked
 again.



Home | Main Index | Thread Index | Old Index