diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
commit | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch) | |
tree | 41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /sbin | |
parent | 18359d659dc6d1787630809adba2563122681b41 (diff) |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dmesg/dmesg.8 | 6 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 6 | ||||
-rw-r--r-- | sbin/savecore/savecore.8 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 467d17d9424..a85c8b31edd 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmesg.8,v 1.13 2011/07/31 13:26:43 schwarze Exp $ +.\" $OpenBSD: dmesg.8,v 1.14 2013/08/14 06:32:35 jmc Exp $ .\" $NetBSD: dmesg.8,v 1.9 1995/03/18 14:54:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,12 +30,12 @@ .\" .\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: July 31 2011 $ +.Dd $Mdocdate: August 14 2013 $ .Dt DMESG 8 .Os .Sh NAME .Nm dmesg -.Nd "display the system message buffer" +.Nd display the system message buffer .Sh SYNOPSIS .Nm dmesg .Op Fl M Ar core diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 626594214b7..b80e9b7b8ca 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: restore.8,v 1.37 2013/03/31 09:51:04 jmc Exp $ +.\" $OpenBSD: restore.8,v 1.38 2013/08/14 06:32:35 jmc Exp $ .\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,12 +30,12 @@ .\" .\" @(#)restore.8 8.3 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: March 31 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt RESTORE 8 .Os .Sh NAME .Nm restore -.Nd "restore files or file systems from backups made with dump" +.Nd restore files or file systems from backups made with dump .Sh SYNOPSIS .Nm restore .Op Fl chimRrtvxy diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 89bd7c93f54..69ca90e8866 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: savecore.8,v 1.17 2008/09/10 22:17:33 sobrado Exp $ +.\" $OpenBSD: savecore.8,v 1.18 2013/08/14 06:32:35 jmc Exp $ .\" $NetBSD: savecore.8,v 1.11 1995/06/27 22:40:46 briggs Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,12 +30,12 @@ .\" .\" @(#)savecore.8 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 10 2008 $ +.Dd $Mdocdate: August 14 2013 $ .Dt SAVECORE 8 .Os .Sh NAME .Nm savecore -.Nd "save a core dump of the operating system" +.Nd save a core dump of the operating system .Sh SYNOPSIS .Nm savecore .Op Fl cfvz |