diff options
author | 2003-05-08 08:53:23 +0000 | |
---|---|---|
committer | 2003-05-08 08:53:23 +0000 | |
commit | ea82cfa8fa1cf5fdfd209b25e08c541bbf625774 (patch) | |
tree | 0ce9bc89c302d54e0a49e718a9aefaccd0a03157 | |
parent | used .Li for examples, as per first example. (diff) | |
download | wireguard-openbsd-ea82cfa8fa1cf5fdfd209b25e08c541bbf625774.tar.xz wireguard-openbsd-ea82cfa8fa1cf5fdfd209b25e08c541bbf625774.zip |
EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.
crunch stuff still needs a bit of work.
-rw-r--r-- | distrib/crunch/crunchgen/crunchgen.1 | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/installboot/installboot.8 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/distrib/crunch/crunchgen/crunchgen.1 b/distrib/crunch/crunchgen/crunchgen.1 index 8a18733750a..84ec8e20a0c 100644 --- a/distrib/crunch/crunchgen/crunchgen.1 +++ b/distrib/crunch/crunchgen/crunchgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crunchgen.1,v 1.9 2003/03/31 07:52:56 jmc Exp $ +.\" $OpenBSD: crunchgen.1,v 1.10 2003/05/08 08:53:23 jmc Exp $ .\" .\" .\" Copyright (c) 1994 University of Maryland @@ -220,7 +220,7 @@ parameters must also be valid. If they are not valid for a particular program, program is skipped in the .Ar objs target. -.Sh EXAMPLE +.Sh EXAMPLES Here is an example .Nm crunchgen input conf file, named diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index a01704a2a79..405190781b4 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.23 2003/02/07 07:45:12 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.24 2003/05/08 08:53:23 jmc Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -119,7 +119,7 @@ partition is always used to represent the .Dq entire disk on i386. .El -.Sh EXAMPLE +.Sh EXAMPLES The typical use is .Pp .Dl # cp /usr/mdec/boot /boot diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 8594cc9cfe9..021925a8c90 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.12 2003/04/25 14:37:49 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.13 2003/05/08 08:53:23 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -73,7 +73,7 @@ This should correspond to the block device on which the file system containing .Ar bootsd is mounted. .El -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal cp /usr/mdec/bootsd / /usr/mdec/installboot /bootsd /usr/mdec/bootxx /dev/rsd0a diff --git a/sys/arch/mvme88k/stand/installboot/installboot.8 b/sys/arch/mvme88k/stand/installboot/installboot.8 index dec3e51c553..aee477e6388 100644 --- a/sys/arch/mvme88k/stand/installboot/installboot.8 +++ b/sys/arch/mvme88k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.9 2003/03/06 04:07:37 david Exp $ +.\" $OpenBSD: installboot.8,v 1.10 2003/05/08 08:53:23 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -73,7 +73,7 @@ on which the file system containing .Ar ufsboot is mounted. .El -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal -offset cd /usr/mdec cp bootsd / diff --git a/sys/arch/mvmeppc/stand/installboot/installboot.8 b/sys/arch/mvmeppc/stand/installboot/installboot.8 index e9aced28d73..318ad6de21b 100644 --- a/sys/arch/mvmeppc/stand/installboot/installboot.8 +++ b/sys/arch/mvmeppc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.3 2003/03/06 04:07:37 david Exp $ +.\" $OpenBSD: installboot.8,v 1.4 2003/05/08 08:53:23 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -73,7 +73,7 @@ on which the file system containing .Ar ufsboot is mounted. .El -.Sh EXAMPLE +.Sh EXAMPLES .Bd -literal -offset cd /usr/mdec cp bootsd / |