From patchwork Sat Jul 6 13:49:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Rodolfo_Garc=C3=ADa_Pe=C3=B1as_=28kix=29?= X-Patchwork-Id: 2824497 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0687CC0AB3 for ; Sat, 6 Jul 2013 13:56:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 914E120166 for ; Sat, 6 Jul 2013 13:56:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 991A42015F for ; Sat, 6 Jul 2013 13:56:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751252Ab3GFN4k (ORCPT ); Sat, 6 Jul 2013 09:56:40 -0400 Received: from mail.kix.es ([46.105.17.89]:54727 "EHLO what.com.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301Ab3GFN4i (ORCPT ); Sat, 6 Jul 2013 09:56:38 -0400 Received: from osaka.kix.es (4.Red-217-127-226.staticIP.rima-tde.net [217.127.226.4]) by what.com.es (Postfix) with ESMTPA id E5AF56A09C0; Sat, 6 Jul 2013 15:49:31 +0200 (CEST) From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= To: linux-pm@vger.kernel.org Cc: rjw@sisk.pl, =?UTF-8?q? "Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)" ?= Subject: [PATCH 4/7] manpages: wrong section for suspend.conf Date: Sat, 6 Jul 2013 15:49:13 +0200 Message-Id: <1373118556-27472-5-git-send-email-kix@kix.es> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1373118556-27472-1-git-send-email-kix@kix.es> References: <1373118556-27472-1-git-send-email-kix@kix.es> MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Rodolfo García Peñas (kix)" The section for suspend.conf is 5. This patch changes the section 8 to 5. Signed-off-by: Rodolfo García Peñas (kix) --- manpages/s2disk.8 | 8 ++++---- manpages/suspend-keygen.8 | 4 ++-- manpages/swap-offset.8 | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manpages/s2disk.8 b/manpages/s2disk.8 index 3e25150..8d4b0b2 100644 --- a/manpages/s2disk.8 +++ b/manpages/s2disk.8 @@ -43,7 +43,7 @@ This manual page documents briefly the \fBs2disk\fR, \fBs2both\fR and \fBresume\ .PP You will need to set up an initramfs which calls the \fBresume\fR program for this to work\&. If you use a package distributed with your Linux distribution, the kernel package which was made with the \-\-initrd option and you use mkinitramfs\-tools, this package should include the necessary parts on your initramfs\&. .PP -The suspend-utils system supports encrypting the image written to disk and features a splash system, see suspend\&.conf(8) for more information\&. +The suspend-utils system supports encrypting the image written to disk and features a splash system, see suspend\&.conf(5) for more information\&. .SH "OPTIONS" .PP \fB\-f, \-\-config [file]\fR @@ -73,13 +73,13 @@ Desired size of the image\&. .PP \fB\-P, \-\-parameter [key=value]\fR .RS 4 -Override any config file parameter (see suspend\&.conf(8))\&. +Override any config file parameter (see suspend\&.conf(5))\&. .RE .PP -For the meaning and use of the resume_size, resume_offset and image_size options see suspend\&.conf(8)\&. +For the meaning and use of the resume_size, resume_offset and image_size options see suspend\&.conf(5)\&. .SH "SEE ALSO" .PP -suspend\&.conf(8), suspend\-keygen(8), s2ram(8) +suspend\&.conf(5), suspend\-keygen(8), s2ram(8) .PP For more information see the README file. .SH "AUTHOR" diff --git a/manpages/suspend-keygen.8 b/manpages/suspend-keygen.8 index 7214fa6..835ff5b 100644 --- a/manpages/suspend-keygen.8 +++ b/manpages/suspend-keygen.8 @@ -37,10 +37,10 @@ This manual page documents briefly the \fBsuspend\-keygen\fR command\&. .PP \fBsuspend\-keygen\fR is a program that will generate a RSA key which can be used by the \fBs2disk\fR to encrypt the image written to disk\&. The program does not take any options, but will ask to give the size of the key in bits and to supply a passphrase\&. You will have to enter this passphrase on \fBresume\fR to decrypt the image\&. .PP -To start using encryption, you will have to point the "RSA key file" option in suspend\&.conf(8) to the file suspend\-keygen generated\&. +To start using encryption, you will have to point the "RSA key file" option in suspend\&.conf(5) to the file suspend\-keygen generated\&. .SH "SEE ALSO" .PP -s2disk(8), suspend\&.conf(8)\&. +s2disk(8), suspend\&.conf(5)\&. .PP For more information see the README file. .SH "AUTHOR" diff --git a/manpages/swap-offset.8 b/manpages/swap-offset.8 index 775c1c8..015cdd2 100644 --- a/manpages/swap-offset.8 +++ b/manpages/swap-offset.8 @@ -40,7 +40,7 @@ The programs \fBs2disk\fR and \fBs2both\fR can be used to save the state of the In the case of using a swap file you will have to specify the location of the swap file\*(Aqs header as the offset from the beginning of the partition that contains the swap file\&. The \fBswap\-offset\fR utility can be used to determine this value\&. .SH "SEE ALSO" .PP -suspend\&.conf(8), s2disk(8) +suspend\&.conf(5), s2disk(8) .PP For more information see the README file. .SH "AUTHOR"