From patchwork Wed Mar 6 21:51:50 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: 2228341 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 7177940077 for ; Wed, 6 Mar 2013 21:52:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751588Ab3CFVwP (ORCPT ); Wed, 6 Mar 2013 16:52:15 -0500 Received: from ks399202.kimsufi.com ([37.59.37.136]:36440 "EHLO ks399202.kimsufi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753136Ab3CFVwN (ORCPT ); Wed, 6 Mar 2013 16:52:13 -0500 Received: from kentin.kix.es (4.Red-217-127-226.staticIP.rima-tde.net [217.127.226.4]) by ks399202.kimsufi.com (mail) with ESMTPSA id 218002F81C7C; Wed, 6 Mar 2013 22:58:22 +0100 (CET) From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= To: linux-pm@vger.kernel.org Cc: =?UTF-8?q? "Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)" ?= Subject: [PATCH 3/3] manpages: wrong section for suspend.conf Date: Wed, 6 Mar 2013 22:51:50 +0100 Message-Id: <1362606710-18089-4-git-send-email-kix@kix.es> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362606710-18089-1-git-send-email-kix@kix.es> References: <1362606710-18089-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 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"