summaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-11 22:20:02 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-11 22:20:02 +0000
commitdb5b45ba844aac723eece65f35e9da8d332ac7eb (patch)
tree6ea70bb0b6b4397bf2a59d1e33a2768c63838812 /sbin/modload
parentfb32fc8a9d06e96ad5c62d55537fe2ffd3a1f101 (diff)
more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/modload.813
1 files changed, 9 insertions, 4 deletions
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8
index b96c24e23a9..45d101433df 100644
--- a/sbin/modload/modload.8
+++ b/sbin/modload/modload.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: modload.8,v 1.6 1998/09/17 04:14:54 aaron Exp $
+.\" $OpenBSD: modload.8,v 1.7 1998/11/11 22:19:58 aaron Exp $
.\" $NetBSD: modload.8,v 1.5 1995/03/18 14:56:43 cgd Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
@@ -75,7 +75,8 @@ This is passed by
to
.Xr ld 1
when the module is linked.
-The default module entry point name is `xxxinit'.
+The default module entry point name is
+.Dq xxxinit .
.It Fl p Ar postinstall
Specify the name of a shell script or program that will
be executed if the module is successfully loaded. It
@@ -87,8 +88,12 @@ For a loadable system call, the third argument is the system
call number.
.It Fl o Ar output_file
Specify the name of the output file that is produced by
-the linker. If this option is not specified, a file in the /tmp directory
-is used with the name generated from the module name with a `.out' extension.
+the linker. If this option is not specified, a file in the
+.Pa /tmp
+directory
+is used with the name generated from the module name with a
+.Dq .out
+extension.
.El
.Sh FILES
.Bl -tag -width /usr/include/sys/lkm.h -compact